| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index c87e8674797610641077385e58c1e46f0015b637..f2ce05dd64aece6678f2cc0c1f3c8b14947e812c 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -231,7 +231,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| virtual content::SpeechRecognitionManagerDelegate*
|
| GetSpeechRecognitionManagerDelegate() OVERRIDE;
|
| virtual content::PushMessagingService* CreatePushMessagingService(
|
| - content::BrowserContext* browser_context) OVERRIDE;
|
| + content::RenderProcessHostImpl* rphi) OVERRIDE;
|
| virtual net::NetLog* GetNetLog() OVERRIDE;
|
| virtual content::AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
|
| virtual bool IsFastShutdownPossible() OVERRIDE;
|
|
|