Index: chrome/browser/ui/startup/obsolete_system_infobar_delegate.h |
diff --git a/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h b/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h |
index 7096bd4bba944edb79ceeedd4810ed337ec910d4..b08584b3f5e69ef7c93ee6ee738e64a667fdd864 100644 |
--- a/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h |
+++ b/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h |
@@ -27,7 +27,7 @@ class ObsoleteSystemInfoBarDelegate : public ConfirmInfoBarDelegate { |
base::string16 GetMessageText() const override; |
int GetButtons() const override; |
base::string16 GetLinkText() const override; |
- bool LinkClicked(WindowOpenDisposition disposition) override; |
+ GURL GetLinkURL() const override; |
DISALLOW_COPY_AND_ASSIGN(ObsoleteSystemInfoBarDelegate); |
}; |