| Index: content/browser/mock_content_browser_client.cc
|
| diff --git a/content/browser/mock_content_browser_client.cc b/content/browser/mock_content_browser_client.cc
|
| index 2f3d7944638178185ddc42c8ffd5f3791daddf86..6ff897ec9208eeb106e1115af55e4e6776f7c269 100644
|
| --- a/content/browser/mock_content_browser_client.cc
|
| +++ b/content/browser/mock_content_browser_client.cc
|
| @@ -245,8 +245,8 @@ std::string MockContentBrowserClient::GetWorkerProcessTitle(
|
| void MockContentBrowserClient::ResourceDispatcherHostCreated() {
|
| }
|
|
|
| -SpeechInputManagerDelegate*
|
| - MockContentBrowserClient::GetSpeechInputManagerDelegate() {
|
| +SpeechRecognitionManagerDelegate*
|
| + MockContentBrowserClient::GetSpeechRecognitionManagerDelegate() {
|
| return NULL;
|
| }
|
|
|
|
|