| Index: content/shell/shell_content_browser_client.h
|
| diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h
|
| index eac66763ed72fb69cfff2e5315a78ed653e404b9..af354c6259c19b384d6ee5de22589796d0dcf3f8 100644
|
| --- a/content/shell/shell_content_browser_client.h
|
| +++ b/content/shell/shell_content_browser_client.h
|
| @@ -140,7 +140,8 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| virtual std::string GetWorkerProcessTitle(
|
| const GURL& url, content::ResourceContext* context) OVERRIDE;
|
| virtual void ResourceDispatcherHostCreated() OVERRIDE;
|
| - virtual SpeechInputManagerDelegate* GetSpeechInputManagerDelegate() OVERRIDE;
|
| + virtual SpeechRecognitionManagerDelegate*
|
| + GetSpeechRecognitionManagerDelegate() OVERRIDE;
|
| virtual ui::Clipboard* GetClipboard() OVERRIDE;
|
| virtual MHTMLGenerationManager* GetMHTMLGenerationManager() OVERRIDE;
|
| virtual net::NetLog* GetNetLog() OVERRIDE;
|
|
|