Index: chrome/browser/profiles/profile_impl_io_data.cc |
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc |
index d67ad529756c6831c19dc2977395e504f9f48663..915f5c3d082ef78ee17765cf3f2d29dc955ba1e0 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -49,8 +49,10 @@ |
#include "webkit/browser/quota/special_storage_policy.h" |
#if defined(OS_ANDROID) || defined(OS_IOS) |
+#if defined(SPDY_PROXY_AUTH_VALUE) |
#include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h" |
#endif |
+#endif |
namespace { |
@@ -479,11 +481,13 @@ void ProfileImplIOData::InitializeInternal( |
network_session_params, main_backend); |
main_cache->InitializeInfiniteCache(lazy_params_->infinite_cache_path); |
+#if defined(OS_ANDROID) || defined(OS_IOS) |
#if defined(SPDY_PROXY_AUTH_VALUE) |
data_reduction_proxy::DataReductionProxySettings:: |
InitDataReductionProxySession(main_cache->GetSession(), |
SPDY_PROXY_AUTH_VALUE); |
#endif |
+#endif |
if (chrome_browser_net::ShouldUseInMemoryCookiesAndCache()) { |
main_cache->set_mode( |