| Index: components/autofill/core/browser/autofill_manager.cc
|
| diff --git a/components/autofill/core/browser/autofill_manager.cc b/components/autofill/core/browser/autofill_manager.cc
|
| index 6b227f158853a0a8601c7ca6aebdc26559a5d5b5..d6c41fed59ea92da22c6ebda49c629475ce94a7d 100644
|
| --- a/components/autofill/core/browser/autofill_manager.cc
|
| +++ b/components/autofill/core/browser/autofill_manager.cc
|
| @@ -289,7 +289,7 @@ int AutofillManager::AccessAddressBookPromptCount() {
|
|
|
| bool AutofillManager::ShouldShowScanCreditCard(const FormData& form,
|
| const FormFieldData& field) {
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| autofill::switches::kDisableCreditCardScan)) {
|
| return false;
|
| }
|
|
|