| Index: components/proximity_auth/cryptauth/cryptauth_client.cc
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_client.cc b/components/proximity_auth/cryptauth/cryptauth_client.cc
|
| index 4919fa5b462c53d95b89b90f120d331b584ef11a..1d6426e4268c0afac01f5627c55ac98f1301d0c9 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_client.cc
|
| +++ b/components/proximity_auth/cryptauth/cryptauth_client.cc
|
| @@ -36,7 +36,7 @@ const char kQueryProtobuf[] = "?alt=proto";
|
|
|
| // Creates the full CryptAuth URL for endpoint to the API with |request_path|.
|
| GURL CreateRequestUrl(const std::string& request_path) {
|
| - CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| GURL google_apis_url =
|
| GURL(command_line->HasSwitch(switches::kCryptAuthHTTPHost)
|
| ? command_line->GetSwitchValueASCII(switches::kCryptAuthHTTPHost)
|
|
|