diff options
Diffstat (limited to 'chrome/browser/profiles/profile_impl_io_data.cc')
-rw-r--r-- | chrome/browser/profiles/profile_impl_io_data.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc index 9af2b75..538604e 100644 --- a/chrome/browser/profiles/profile_impl_io_data.cc +++ b/chrome/browser/profiles/profile_impl_io_data.cc @@ -49,7 +49,7 @@ #include "webkit/browser/quota/special_storage_policy.h" #if defined(OS_ANDROID) || defined(OS_IOS) -#include "chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h" +#include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h" #endif namespace { @@ -462,8 +462,8 @@ void ProfileImplIOData::InitializeInternal( main_cache->InitializeInfiniteCache(lazy_params_->infinite_cache_path); #if defined(OS_ANDROID) || defined(OS_IOS) - DataReductionProxySettings::InitDataReductionProxySession( - main_cache->GetSession()); + data_reduction_proxy::DataReductionProxySettings:: + InitDataReductionProxySession(main_cache->GetSession()); #endif if (chrome_browser_net::ShouldUseInMemoryCookiesAndCache()) { |