| Index: chrome/browser/profiles/off_the_record_profile_impl.h
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| index a8a88d1bc72e5fa37389982e610e188b12f7a341..f520c5d968ab8c5a71d5df13e459b91a0cb79490 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -52,12 +52,12 @@ class OffTheRecordProfileImpl : public Profile {
|
| GetRequestContextForExtensions() OVERRIDE;
|
| virtual net::URLRequestContextGetter* CreateRequestContext(
|
| content::ProtocolHandlerMap* protocol_handlers,
|
| - content::ProtocolHandlerScopedVector protocol_interceptors) OVERRIDE;
|
| + content::URLRequestInterceptorScopedVector request_interceptors) OVERRIDE;
|
| virtual net::URLRequestContextGetter* CreateRequestContextForStoragePartition(
|
| const base::FilePath& partition_path,
|
| bool in_memory,
|
| content::ProtocolHandlerMap* protocol_handlers,
|
| - content::ProtocolHandlerScopedVector protocol_interceptors) OVERRIDE;
|
| + content::URLRequestInterceptorScopedVector request_interceptors) OVERRIDE;
|
| virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE;
|
| virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE;
|
| virtual bool IsSameProfile(Profile* profile) OVERRIDE;
|
|
|