Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
index 3fec283cb0ceef3c310a5b699ccc806f2fc4ca33..daa407d0797070433b26f7cc3908bde55a3aa622 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
@@ -2321,7 +2321,7 @@ bool AutofillDialogControllerImpl::RequestingCreditCardInfo() const { |
} |
bool AutofillDialogControllerImpl::TransmissionWillBeSecure() const { |
- return source_url_.SchemeIs(chrome::kHttpsScheme); |
+ return source_url_.SchemeIs(content::kHttpsScheme); |
} |
void AutofillDialogControllerImpl::ShowNewCreditCardBubble( |