Index: content/shell/browser/shell_browser_context.h |
diff --git a/content/shell/browser/shell_browser_context.h b/content/shell/browser/shell_browser_context.h |
index e56205e32fecaf97094dd8e984a88786e0c053b2..e614522a54673318432d5031d469ee1574685a2e 100644 |
--- a/content/shell/browser/shell_browser_context.h |
+++ b/content/shell/browser/shell_browser_context.h |
@@ -77,12 +77,12 @@ class ShellBrowserContext : public BrowserContext { |
net::URLRequestContextGetter* CreateRequestContext( |
ProtocolHandlerMap* protocol_handlers, |
- ProtocolHandlerScopedVector protocol_interceptors); |
+ content::URLRequestInterceptorScopedVector request_interceptors); |
net::URLRequestContextGetter* CreateRequestContextForStoragePartition( |
const base::FilePath& partition_path, |
bool in_memory, |
ProtocolHandlerMap* protocol_handlers, |
- ProtocolHandlerScopedVector protocol_interceptors); |
+ content::URLRequestInterceptorScopedVector request_interceptors); |
private: |
class ShellResourceContext; |