Index: chrome/test/base/testing_profile.h |
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h |
index f69c6a230ac6ebb6cbfcc1a88f9a19ac0b03a2c8..e50927d4a738115f3170060384a61e53ae8f5f73 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -217,7 +217,7 @@ class TestingProfile : public Profile { |
virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE; |
virtual net::URLRequestContextGetter* CreateRequestContext( |
content::ProtocolHandlerMap* protocol_handlers, |
- content::ProtocolHandlerScopedVector protocol_interceptors) OVERRIDE; |
+ content::URLRequestInterceptorScopedVector request_interceptors) OVERRIDE; |
virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess( |
int renderer_child_id) OVERRIDE; |
virtual content::ResourceContext* GetResourceContext() OVERRIDE; |
@@ -306,7 +306,7 @@ class TestingProfile : public Profile { |
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 std::wstring GetName(); |