| Index: ash/shell/content_client/shell_content_browser_client.h
 | 
| diff --git a/ash/shell/content_client/shell_content_browser_client.h b/ash/shell/content_client/shell_content_browser_client.h
 | 
| index d90909aa656481a1e6f6c2776219f3917b7241bc..8cd02e1b59fe30f4d34c5c00f9258cd7dbec8577 100644
 | 
| --- a/ash/shell/content_client/shell_content_browser_client.h
 | 
| +++ b/ash/shell/content_client/shell_content_browser_client.h
 | 
| @@ -31,7 +31,8 @@ class ShellContentBrowserClient : public content::ContentBrowserClient {
 | 
|        const content::MainFunctionParams& parameters) OVERRIDE;
 | 
|    virtual net::URLRequestContextGetter* CreateRequestContext(
 | 
|        content::BrowserContext* browser_context,
 | 
| -      content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
 | 
| +      content::ProtocolHandlerMap* protocol_handlers,
 | 
| +      content::ProtocolHandlerScopedVector protocol_interceptors) OVERRIDE;
 | 
|  
 | 
|    content::ShellBrowserContext* browser_context();
 | 
|  
 | 
| 
 |