| Index: content/browser/mock_content_browser_client.h
|
| diff --git a/content/browser/mock_content_browser_client.h b/content/browser/mock_content_browser_client.h
|
| index e1a523c1069969721cbb2f4dda449066a9c30682..e6fe8cb4c0d715a75c06457e0f68f2626fc52609 100644
|
| --- a/content/browser/mock_content_browser_client.h
|
| +++ b/content/browser/mock_content_browser_client.h
|
| @@ -139,7 +139,8 @@ class MockContentBrowserClient : public ContentBrowserClient {
|
| virtual std::string GetWorkerProcessTitle(const GURL& url,
|
| ResourceContext* context) OVERRIDE;
|
| virtual void ResourceDispatcherHostCreated() OVERRIDE;
|
| - virtual SpeechInputManagerDelegate* GetSpeechInputManagerDelegate() OVERRIDE;
|
| + virtual SpeechRecognitionManagerDelegate*
|
| + GetSpeechRecognitionManagerDelegate() OVERRIDE;
|
| virtual ui::Clipboard* GetClipboard() OVERRIDE;
|
| virtual net::NetLog* GetNetLog() OVERRIDE;
|
| virtual AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
|
|
|