| Index: chrome/browser/ui/collected_cookies_infobar_delegate.h
|
| diff --git a/chrome/browser/ui/collected_cookies_infobar_delegate.h b/chrome/browser/ui/collected_cookies_infobar_delegate.h
|
| index 830923a35abbcd0660244d6f1fdb5555cfc8d84c..d00a4ca25416a9e4f433a8b902903c6b25e4e0a5 100644
|
| --- a/chrome/browser/ui/collected_cookies_infobar_delegate.h
|
| +++ b/chrome/browser/ui/collected_cookies_infobar_delegate.h
|
| @@ -25,8 +25,8 @@ class CollectedCookiesInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| ~CollectedCookiesInfoBarDelegate() override;
|
|
|
| // ConfirmInfoBarDelegate:
|
| - int GetIconID() const override;
|
| Type GetInfoBarType() const override;
|
| + int GetIconID() const override;
|
| base::string16 GetMessageText() const override;
|
| int GetButtons() const override;
|
| base::string16 GetButtonLabel(InfoBarButton button) const override;
|
|
|