| Index: chrome/browser/browsing_data/browsing_data_remover.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover.cc b/chrome/browser/browsing_data/browsing_data_remover.cc
|
| index 912a5cf71f6ea64aff0a8a29b535454d070cf26d..c83b34bf1d73862b24844b173bf3b1ae584ca8fb 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.cc
|
| @@ -27,7 +27,6 @@
|
| #include "chrome/browser/history/history_service_factory.h"
|
| #include "chrome/browser/history/web_history_service_factory.h"
|
| #include "chrome/browser/io_thread.h"
|
| -#include "chrome/browser/media/media_device_id_salt.h"
|
| #include "chrome/browser/net/predictor.h"
|
| #include "chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h"
|
| #include "chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h"
|
| @@ -53,6 +52,7 @@
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h"
|
| #include "components/domain_reliability/service.h"
|
| #include "components/history/core/browser/history_service.h"
|
| +#include "components/media_device_id_salt/media_device_id_salt.h"
|
| #include "components/nacl/browser/nacl_browser.h"
|
| #include "components/nacl/browser/pnacl_host.h"
|
| #include "components/omnibox/browser/omnibox_pref_names.h"
|
| @@ -673,7 +673,7 @@ void BrowsingDataRemover::RemoveImpl(
|
| }
|
| }
|
|
|
| - MediaDeviceIDSalt::Reset(profile_->GetPrefs());
|
| + media_device_id_salt::MediaDeviceIDSalt::Reset(profile_->GetPrefs());
|
| }
|
|
|
| // Channel IDs are not separated for protected and unprotected web
|
|
|