| Index: components/autofill/core/browser/form_structure_unittest.cc
|
| diff --git a/components/autofill/core/browser/form_structure_unittest.cc b/components/autofill/core/browser/form_structure_unittest.cc
|
| index 6ebfd8b4a38a2ff1fe2ecdd8163cca2a00b07596..a437aa4234624270fc70d66c474023d938365dba 100644
|
| --- a/components/autofill/core/browser/form_structure_unittest.cc
|
| +++ b/components/autofill/core/browser/form_structure_unittest.cc
|
| @@ -130,13 +130,6 @@ TEST(FormStructureTest, AutofillCount) {
|
| form_structure.reset(new FormStructure(form));
|
| form_structure->DetermineHeuristicTypes();
|
| EXPECT_EQ(4U, form_structure->autofill_count());
|
| -
|
| - base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| - switches::kRespectAutocompleteOffForAutofill);
|
| -
|
| - form_structure.reset(new FormStructure(form));
|
| - form_structure->DetermineHeuristicTypes();
|
| - EXPECT_EQ(3U, form_structure->autofill_count());
|
| }
|
|
|
| TEST(FormStructureTest, SourceURL) {
|
|
|