| Index: content/test/mock_google_streaming_server.h
|
| diff --git a/content/test/mock_google_streaming_server.h b/content/test/mock_google_streaming_server.h
|
| index eea5d41d66900eb8144ffbc1d48ec35122c6976b..7518c6bd68599e040089f6fae1339f3ebec1c48e 100644
|
| --- a/content/test/mock_google_streaming_server.h
|
| +++ b/content/test/mock_google_streaming_server.h
|
| @@ -18,7 +18,7 @@ struct SpeechRecognitionResult;
|
| // recognition webservice, exploiting the TestURLFetcher to extract request
|
| // parameters and provide forged JSON responses back to the client.
|
| // It is intended for closing the server-side loop in speech tests that involve
|
| -// the GoogleStreamingRemoteEngine client.
|
| +// the SpeechRecognitionEngine client.
|
| class MockGoogleStreamingServer : public net::TestURLFetcherDelegateForTests {
|
| public:
|
| class Delegate {
|
|
|