Index: components/autofill/core/browser/autofill_cc_infobar_delegate.h |
diff --git a/components/autofill/core/browser/autofill_cc_infobar_delegate.h b/components/autofill/core/browser/autofill_cc_infobar_delegate.h |
index 639a94eaa25b3cc3dcab27776c6769c06f07aedf..33e40f8d9d5245acae0eb806d104226e625a2d2b 100644 |
--- a/components/autofill/core/browser/autofill_cc_infobar_delegate.h |
+++ b/components/autofill/core/browser/autofill_cc_infobar_delegate.h |
@@ -59,7 +59,7 @@ class AutofillCCInfoBarDelegate : public ConfirmInfoBarDelegate { |
bool Accept() override; |
bool Cancel() override; |
base::string16 GetLinkText() const override; |
- bool LinkClicked(WindowOpenDisposition disposition) override; |
+ GURL GetLinkURL() const override; |
// Performs navigation to handle any link click. Guaranteed to outlive us. |
AutofillClient* const autofill_client_; |