| Index: google_apis/gaia/gaia_urls.cc
|
| diff --git a/google_apis/gaia/gaia_urls.cc b/google_apis/gaia/gaia_urls.cc
|
| index 578205cb09b6d07324bdafa083846e118a32d841..7ad3f64847036802a04f9d24942541cd29943347 100644
|
| --- a/google_apis/gaia/gaia_urls.cc
|
| +++ b/google_apis/gaia/gaia_urls.cc
|
| @@ -46,7 +46,7 @@ const char kOAuthWrapBridgeUserInfoScopeUrlSuffix[] = "/auth/userinfo.email";
|
| const char kOAuth1LoginScope[] =
|
| "https://www.google.com/accounts/OAuthLogin";
|
|
|
| -void GetSwitchValueWithDefault(const char* switch_value,
|
| +void GetSwitchValueWithDefault(const std::string& switch_value,
|
| const char* default_value,
|
| std::string* output_value) {
|
| CommandLine* command_line = CommandLine::ForCurrentProcess();
|
|
|