| 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 5636df7deea2ac9ce3cf61d35565c2dd657bc4bb..4407123dabd353d77e82d0148653a92e2b6ae811 100644
|
| --- a/chrome/browser/ui/collected_cookies_infobar_delegate.h
|
| +++ b/chrome/browser/ui/collected_cookies_infobar_delegate.h
|
| @@ -27,6 +27,7 @@ class CollectedCookiesInfoBarDelegate : public ConfirmInfoBarDelegate {
|
|
|
| // ConfirmInfoBarDelegate:
|
| Type GetInfoBarType() const override;
|
| + infobars::InfoBarDelegate::InfoBarIdentifier GetIdentifier() const override;
|
| int GetIconId() const override;
|
| gfx::VectorIconId GetVectorIconId() const override;
|
| base::string16 GetMessageText() const override;
|
|
|