|
@@ -13,6 +13,7 @@
|
|
|
#include "atom/common/native_mate_converters/callback.h"
|
|
|
#include "atom/common/native_mate_converters/gurl_converter.h"
|
|
|
#include "atom/common/native_mate_converters/file_path_converter.h"
|
|
|
+#include "atom/common/node_includes.h"
|
|
|
#include "base/files/file_path.h"
|
|
|
#include "base/prefs/pref_service.h"
|
|
|
#include "base/strings/string_util.h"
|
|
@@ -29,8 +30,6 @@
|
|
|
#include "net/url_request/url_request_context.h"
|
|
|
#include "net/url_request/url_request_context_getter.h"
|
|
|
|
|
|
-#include "atom/common/node_includes.h"
|
|
|
-
|
|
|
using content::BrowserThread;
|
|
|
using content::StoragePartition;
|
|
|
|