Index: components/autofill/core/common/autofill_switches.h |
diff --git a/components/autofill/core/common/autofill_switches.h b/components/autofill/core/common/autofill_switches.h |
index 21c3f6d5abb46eb7d5222134545e4a08e8ebc799..2ea52081f21c35208dce581d21f5ab2485b9fc23 100644 |
--- a/components/autofill/core/common/autofill_switches.h |
+++ b/components/autofill/core/common/autofill_switches.h |
@@ -11,9 +11,9 @@ namespace switches { |
// All switches in alphabetical order. The switches should be documented |
// alongside the definition of their values in the .cc file. |
extern const char kAutofillServiceUrl[]; |
+extern const char kDisableIgnoreAutocompleteOff[]; |
extern const char kDisableInteractiveAutocomplete[]; |
extern const char kDisablePasswordGeneration[]; |
-extern const char kEnableIgnoreAutocompleteOff[]; |
extern const char kEnableInteractiveAutocomplete[]; |
extern const char kEnablePasswordGeneration[]; |
extern const char kNoAutofillNecessaryForPasswordGeneration[]; |