| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 256f8d1b68d71087ace6a7d5511073d872e7ffa0..ab0cfd7390f1950318be1cccda0c444a143243b2 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -133,12 +133,12 @@ class ProfileImpl : public Profile {
|
| virtual base::Time GetStartTime() const 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 base::FilePath last_selected_directory() OVERRIDE;
|
| virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
|
| virtual chrome_browser_net::Predictor* GetNetworkPredictor() OVERRIDE;
|
|
|