Index: chrome/browser/profiles/off_the_record_profile_io_data.h |
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.h b/chrome/browser/profiles/off_the_record_profile_io_data.h |
index 0675b89e84cf24066f63c1d33f350c09390ca070..01b1729a90de02995910d626b7730f7c5e451e61 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.h |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.h |
@@ -15,6 +15,7 @@ |
#include "chrome/browser/profiles/profile_io_data.h" |
#include "chrome/browser/profiles/storage_partition_descriptor.h" |
+class ChromeSdchPolicy; |
class ChromeURLRequestContextGetter; |
class Profile; |
@@ -146,6 +147,7 @@ class OffTheRecordProfileIOData : public ProfileIOData { |
mutable scoped_ptr<net::URLRequestJobFactory> extensions_job_factory_; |
mutable scoped_ptr<net::SdchManager> sdch_manager_; |
+ mutable scoped_ptr<ChromeSdchPolicy> sdch_policy_; |
DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData); |
}; |