| Index: google_apis/gaia/gaia_urls.cc
|
| diff --git a/google_apis/gaia/gaia_urls.cc b/google_apis/gaia/gaia_urls.cc
|
| index 15afe2c41ac2e8d2414ac2dd34b427f549f791b6..c54aaaae212f14c8f568174cf90553c9111712db 100644
|
| --- a/google_apis/gaia/gaia_urls.cc
|
| +++ b/google_apis/gaia/gaia_urls.cc
|
| @@ -49,7 +49,7 @@ const char kOAuthUserInfoUrlSuffix[] = "oauth2/v1/userinfo";
|
| void GetSwitchValueWithDefault(const char* switch_value,
|
| const char* default_value,
|
| std::string* output_value) {
|
| - CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| if (command_line->HasSwitch(switch_value)) {
|
| *output_value = command_line->GetSwitchValueASCII(switch_value);
|
| } else {
|
|
|