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 4c66699b8191cea5b268df8cd24d28ee40465556..2d2c67738ff3fcd87e9b7e2c06273d34d837cb04 100644 |
--- a/components/autofill/core/browser/autofill_manager.cc |
+++ b/components/autofill/core/browser/autofill_manager.cc |
@@ -129,7 +129,7 @@ bool SectionIsAutofilled(const FormStructure& form_structure, |
} |
bool FormIsHTTPS(const FormStructure& form) { |
- return form.source_url().SchemeIs(chrome::kHttpsScheme); |
+ return form.source_url().SchemeIs(content::kHttpsScheme); |
} |
// Uses the existing personal data in |profiles| and |credit_cards| to determine |