Index: chrome/browser/profiles/profile_impl_io_data.h |
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h |
index 383fc4077441835204392cd985a141cf39c2f8e1..60749cae347b365066398bc71f25703b3bfa085d 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.h |
+++ b/chrome/browser/profiles/profile_impl_io_data.h |
@@ -14,8 +14,6 @@ |
#include "chrome/browser/profiles/profile_io_data.h" |
#include "content/public/browser/cookie_store_factory.h" |
-class ChromeSdchPolicy; |
- |
namespace chrome_browser_net { |
class Predictor; |
} // namespace chrome_browser_net |
@@ -38,7 +36,8 @@ class HttpServerProperties; |
class HttpServerPropertiesManager; |
class HttpTransactionFactory; |
class ProxyConfig; |
-class SDCHManager; |
+class SdchManager; |
+class SdchOwner; |
} // namespace net |
namespace storage { |
@@ -245,7 +244,7 @@ class ProfileImplIOData : public ProfileIOData { |
domain_reliability_monitor_; |
mutable scoped_ptr<net::SdchManager> sdch_manager_; |
- mutable scoped_ptr<ChromeSdchPolicy> sdch_policy_; |
+ mutable scoped_ptr<net::SdchOwner> sdch_policy_; |
mutable BooleanPrefMember data_reduction_proxy_enabled_; |