| 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 6c78ef52d89d320afddc804e79763d681bd72647..cc10087ea1d12ce219c14c8aa37a045e25a4d731 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -34,7 +34,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"
|
| @@ -56,6 +55,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"
|
|
|