| Index: content/browser/speech/google_one_shot_remote_engine.cc
|
| diff --git a/content/browser/speech/google_one_shot_remote_engine.cc b/content/browser/speech/google_one_shot_remote_engine.cc
|
| index 48afc800a4dc4cbea1f264d6694182c83b8d4238..92e4cb3beb316b441d3cf9adfb198f6b336c2fbd 100644
|
| --- a/content/browser/speech/google_one_shot_remote_engine.cc
|
| +++ b/content/browser/speech/google_one_shot_remote_engine.cc
|
| @@ -205,8 +205,7 @@
|
| std::string api_key = google_apis::GetAPIKey();
|
| parts.push_back("key=" + net::EscapeQueryParamValue(api_key, true));
|
|
|
| - GURL url(std::string(kDefaultSpeechRecognitionUrl) +
|
| - base::JoinString(parts, "&"));
|
| + GURL url(std::string(kDefaultSpeechRecognitionUrl) + JoinString(parts, '&'));
|
|
|
| encoder_.reset(AudioEncoder::Create(kDefaultAudioCodec,
|
| config_.audio_sample_rate,
|
|
|