| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index 814728efb89eac07469a4f06371d48df9ad92491..c2a9f321ecc31d3d58ad94803432044c25d79a6a 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -35,7 +35,6 @@
|
| #include "chrome/browser/io_thread.h"
|
| #include "chrome/browser/media/media_device_id_salt.h"
|
| #include "chrome/browser/net/chrome_http_user_agent_settings.h"
|
| -#include "chrome/browser/net/chrome_net_log.h"
|
| #include "chrome/browser/net/chrome_network_delegate.h"
|
| #include "chrome/browser/net/chrome_url_request_context_getter.h"
|
| #include "chrome/browser/net/cookie_store_util.h"
|
| @@ -57,6 +56,7 @@
|
| #include "components/content_settings/core/browser/host_content_settings_map.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h"
|
| #include "components/dom_distiller/core/url_constants.h"
|
| +#include "components/net_log/chrome_net_log.h"
|
| #include "components/sync_driver/pref_names.h"
|
| #include "components/url_formatter/url_fixer.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|