Index: chrome/browser/profiles/off_the_record_profile_io_data.h |
=================================================================== |
--- chrome/browser/profiles/off_the_record_profile_io_data.h (revision 109467) |
+++ chrome/browser/profiles/off_the_record_profile_io_data.h (working copy) |
@@ -104,11 +104,11 @@ |
scoped_refptr<ChromeURLRequestContext> main_context, |
const std::string& app_id) const; |
+ mutable scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_; |
+ |
mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_; |
mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_; |
- mutable scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_; |
- |
DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData); |
}; |