| Index: components/os_crypt/os_crypt_mac.mm
|
| diff --git a/components/os_crypt/os_crypt_mac.mm b/components/os_crypt/os_crypt_mac.mm
|
| index ab19283c2797921891e5a13a237e94e80d624712..507993196aeefde7c018114ef0e4951c9ed810d3 100644
|
| --- a/components/os_crypt/os_crypt_mac.mm
|
| +++ b/components/os_crypt/os_crypt_mac.mm
|
| @@ -52,7 +52,7 @@ crypto::SymmetricKey* GetEncryptionKey() {
|
| return cached_encryption_key;
|
|
|
| static bool mock_keychain_command_line_flag =
|
| - CommandLine::ForCurrentProcess()->HasSwitch(
|
| + base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| os_crypt::switches::kUseMockKeychain);
|
|
|
| std::string password;
|
|
|