| Index: content/browser/speech/google_one_shot_remote_engine_unittest.cc
|
| diff --git a/content/browser/speech/google_one_shot_remote_engine_unittest.cc b/content/browser/speech/google_one_shot_remote_engine_unittest.cc
|
| index 2ffae29c631285161e5752ee4a20c63bcf1508c9..3e09b776ec22c6f6d7dc20c1590c78b265c1a130 100644
|
| --- a/content/browser/speech/google_one_shot_remote_engine_unittest.cc
|
| +++ b/content/browser/speech/google_one_shot_remote_engine_unittest.cc
|
| @@ -14,7 +14,9 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace speech {
|
| -
|
| +// TODO(primiano): This file should be refactored in order to take advantage of
|
| +// the recently introduced MockGoogleOneShotServer class and remove duplicate
|
| +// code (i.e. all the URLFetcher/JSON related code in this file).
|
| class GoogleOneShotRemoteEngineTest
|
| : public SpeechRecognitionEngineDelegate,
|
| public testing::Test {
|
|
|