| 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 4ff2bd4ec5f12c97232e5b22b0a6c391447472f6..5242a637604d9ee5bb216bc899df1046bdee12ac 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| @@ -22,7 +22,6 @@ class Profile;
|
|
|
| namespace net {
|
| class CookieStore;
|
| -class SdchOwner;
|
| class URLRequestContext;
|
| } // namespace net
|
|
|
| @@ -145,8 +144,6 @@ class OffTheRecordProfileIOData : public ProfileIOData {
|
|
|
| mutable std::unique_ptr<net::URLRequestJobFactory> extensions_job_factory_;
|
|
|
| - mutable std::unique_ptr<net::SdchOwner> sdch_policy_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData);
|
| };
|
|
|
|
|