| Index: content/browser/speech/google_streaming_remote_engine_unittest.cc
|
| diff --git a/content/browser/speech/google_streaming_remote_engine_unittest.cc b/content/browser/speech/google_streaming_remote_engine_unittest.cc
|
| index 3ae6c7f70738bd6e5dc1299bdce5e7dd4503f6c9..670bf858dd3399a1598bd13788c269a09a740e15 100644
|
| --- a/content/browser/speech/google_streaming_remote_engine_unittest.cc
|
| +++ b/content/browser/speech/google_streaming_remote_engine_unittest.cc
|
| @@ -42,11 +42,11 @@ class GoogleStreamingRemoteEngineTest : public SpeechRecognitionEngineDelegate,
|
| void CreateAndTestRequest(bool success, const std::string& http_response);
|
|
|
| // SpeechRecognitionRequestDelegate methods.
|
| - virtual void OnSpeechRecognitionEngineResults(
|
| + void OnSpeechRecognitionEngineResults(
|
| const SpeechRecognitionResults& results) override {
|
| results_.push(results);
|
| }
|
| - virtual void OnSpeechRecognitionEngineError(
|
| + void OnSpeechRecognitionEngineError(
|
| const SpeechRecognitionError& error) override {
|
| error_ = error.code;
|
| }
|
|
|