| Index: chrome/browser/download/download_request_infobar_delegate.h
|
| diff --git a/chrome/browser/download/download_request_infobar_delegate.h b/chrome/browser/download/download_request_infobar_delegate.h
|
| index 4ff8b5948211914b55f61d6f57e2bbfea0704823..5368c43e1bab9b217696ac7ff28f05187fd68096 100644
|
| --- a/chrome/browser/download/download_request_infobar_delegate.h
|
| +++ b/chrome/browser/download/download_request_infobar_delegate.h
|
| @@ -48,7 +48,7 @@ class DownloadRequestInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host);
|
|
|
| // ConfirmInfoBarDelegate:
|
| - virtual gfx::Image* GetIcon() const OVERRIDE;
|
| + virtual int GetIconID() const OVERRIDE;
|
| virtual string16 GetMessageText() const OVERRIDE;
|
| virtual string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
|
| virtual bool Accept() OVERRIDE;
|
|
|