| Index: content/browser/speech/google_one_shot_remote_engine.cc
|
| diff --git a/content/browser/speech/google_one_shot_remote_engine.cc b/content/browser/speech/google_one_shot_remote_engine.cc
|
| index 452a34a9004ec13439814185552709119cf79706..2007d4bd717833dae956aa28107d9b5d41bb321b 100644
|
| --- a/content/browser/speech/google_one_shot_remote_engine.cc
|
| +++ b/content/browser/speech/google_one_shot_remote_engine.cc
|
| @@ -268,7 +268,7 @@ void GoogleOneShotRemoteEngine::AudioChunksEnded() {
|
| }
|
|
|
| void GoogleOneShotRemoteEngine::OnURLFetchComplete(
|
| - const content::URLFetcher* source) {
|
| + const net::URLFetcher* source) {
|
| DCHECK_EQ(url_fetcher_.get(), source);
|
| SpeechRecognitionResult result;
|
| SpeechRecognitionError error(content::SPEECH_RECOGNITION_ERROR_NETWORK);
|
|
|