| Index: components/autofill/core/browser/autofill_external_delegate_unittest.cc
|
| diff --git a/components/autofill/core/browser/autofill_external_delegate_unittest.cc b/components/autofill/core/browser/autofill_external_delegate_unittest.cc
|
| index 267bc5f7669d1a32934962bc87488ae42ec8228e..251d738d0b11009e956083f87a0000f1f51d2514 100644
|
| --- a/components/autofill/core/browser/autofill_external_delegate_unittest.cc
|
| +++ b/components/autofill/core/browser/autofill_external_delegate_unittest.cc
|
| @@ -462,7 +462,7 @@ TEST_F(AutofillExternalDelegateUnitTest, FillCreditCardForm) {
|
| }
|
|
|
| TEST_F(AutofillExternalDelegateUnitTest, ExternalDelegateHideWarning) {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kRespectAutocompleteOffForAutofill);
|
|
|
| // Set up a field that shouldn't get autocompleted or display warnings.
|
|
|