| 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 efcf84f9f78fa84a1b8edb178264e8e4f36609b8..694e2468b3e014b7d4699527555865631d4a35b9 100644
|
| --- a/content/browser/speech/google_one_shot_remote_engine_unittest.cc
|
| +++ b/content/browser/speech/google_one_shot_remote_engine_unittest.cc
|
| @@ -104,7 +104,7 @@ TEST_F(GoogleOneShotRemoteEngineTest, BasicTest) {
|
| EXPECT_EQ(0U, result().hypotheses.size());
|
|
|
| // Http failure case.
|
| - CreateAndTestRequest(false, "");
|
| + CreateAndTestRequest(false, std::string());
|
| EXPECT_EQ(error_, SPEECH_RECOGNITION_ERROR_NETWORK);
|
| EXPECT_EQ(0U, result().hypotheses.size());
|
|
|
|
|