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 24d9360a6b7c578a4c5069bf0f2e85b2a42380c2..a941aed2fcb9173a2366d80962896d2c63e4f182 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -37,7 +37,6 @@ |
#include "chrome/browser/download/download_service.h" |
#include "chrome/browser/download/download_service_factory.h" |
#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_network_delegate.h" |
#include "chrome/browser/net/chrome_url_request_context_getter.h" |
@@ -64,6 +63,7 @@ |
#include "components/cookie_config/cookie_store_util.h" |
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h" |
#include "components/dom_distiller/core/url_constants.h" |
+#include "components/media_device_id_salt/media_device_id_salt.h" |
#include "components/metrics/metrics_pref_names.h" |
#include "components/metrics/metrics_service.h" |
#include "components/net_log/chrome_net_log.h" |
@@ -167,6 +167,7 @@ |
using content::BrowserContext; |
using content::BrowserThread; |
using content::ResourceContext; |
+using media_device_id_salt::MediaDeviceIDSalt; |
namespace { |