Index: chrome/browser/net/chrome_url_request_context.h |
diff --git a/chrome/browser/net/chrome_url_request_context.h b/chrome/browser/net/chrome_url_request_context.h |
index fc002fbe74596679a129e1cc37c990e2761d837e..18c8b2165c37fe3f729ba557f0e8e9b78eac292f 100644 |
--- a/chrome/browser/net/chrome_url_request_context.h |
+++ b/chrome/browser/net/chrome_url_request_context.h |
@@ -75,7 +75,7 @@ class ChromeURLRequestContextGetter : public net::URLRequestContextGetter { |
Profile* profile, |
const ProfileIOData* profile_io_data, |
content::ProtocolHandlerMap* protocol_handlers, |
- content::ProtocolHandlerScopedVector protocol_interceptors); |
+ content::URLRequestInterceptorScopedVector request_interceptors); |
// Create an instance for an original profile for media. This is expected to |
// get called on UI thread. This method takes a profile and reuses the |
@@ -97,7 +97,7 @@ class ChromeURLRequestContextGetter : public net::URLRequestContextGetter { |
scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> |
protocol_handler_interceptor, |
content::ProtocolHandlerMap* protocol_handlers, |
- content::ProtocolHandlerScopedVector protocol_interceptors); |
+ content::URLRequestInterceptorScopedVector request_interceptors); |
// Create an instance for an original profile for media with isolated |
// storage. This is expected to get called on UI thread. |