| 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 3629256402104844637f05702d43ae8c27d9eb8e..dee49a57efbc0015a1958f4edeabc4bd754220d1 100644
|
| --- a/content/browser/mock_content_browser_client.h
|
| +++ b/content/browser/mock_content_browser_client.h
|
| @@ -135,7 +135,8 @@ class MockContentBrowserClient : 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;
|
|
|