| Index: google_apis/gaia/oauth2_access_token_fetcher_impl.cc
|
| diff --git a/google_apis/gaia/oauth2_access_token_fetcher_impl.cc b/google_apis/gaia/oauth2_access_token_fetcher_impl.cc
|
| index 1945c7946d8a411f73198792d03341f19820c163..b513b78b5eb3ec6a161ee7eec6c30dbf9c827d03 100644
|
| --- a/google_apis/gaia/oauth2_access_token_fetcher_impl.cc
|
| +++ b/google_apis/gaia/oauth2_access_token_fetcher_impl.cc
|
| @@ -283,7 +283,7 @@
|
| enc_client_secret.c_str(),
|
| enc_refresh_token.c_str());
|
| } else {
|
| - std::string scopes_string = base::JoinString(scopes, " ");
|
| + std::string scopes_string = JoinString(scopes, ' ');
|
| return base::StringPrintf(
|
| kGetAccessTokenBodyWithScopeFormat,
|
| enc_client_id.c_str(),
|
|
|