summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/google_one_shot_remote_engine_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/speech/google_one_shot_remote_engine_unittest.cc')
-rw-r--r--content/browser/speech/google_one_shot_remote_engine_unittest.cc2
1 files changed, 1 insertions, 1 deletions
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 efcf84f..694e246 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());