| 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 811b7ea296fa53d5431d87d4a78f347261a57925..7dc87b5064c6ddae17420dfb21e13d8d2ea6b86f 100644
|
| --- a/chrome/browser/ui/collected_cookies_infobar_delegate.h
|
| +++ b/chrome/browser/ui/collected_cookies_infobar_delegate.h
|
| @@ -23,7 +23,7 @@ class CollectedCookiesInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| explicit CollectedCookiesInfoBarDelegate(InfoBarService* infobar_service);
|
|
|
| // ConfirmInfoBarDelegate:
|
| - virtual gfx::Image* GetIcon() const OVERRIDE;
|
| + virtual int GetIconID() const OVERRIDE;
|
| virtual Type GetInfoBarType() const OVERRIDE;
|
| virtual string16 GetMessageText() const OVERRIDE;
|
| virtual int GetButtons() const OVERRIDE;
|
|
|