| Index: chrome/browser/ui/startup/session_crashed_prompt.h
|
| diff --git a/chrome/browser/ui/startup/session_crashed_prompt.h b/chrome/browser/ui/startup/session_crashed_prompt.h
|
| index 2c5c06ff64598ffd80ac53d836178ed934318738..f6224a7d95007a166c4533b57b8b4b9851c3a1dc 100644
|
| --- a/chrome/browser/ui/startup/session_crashed_prompt.h
|
| +++ b/chrome/browser/ui/startup/session_crashed_prompt.h
|
| @@ -26,7 +26,7 @@ class SessionCrashedInfoBarDelegate : public ConfirmInfoBarDelegate,
|
| virtual ~SessionCrashedInfoBarDelegate();
|
|
|
| // ConfirmInfoBarDelegate:
|
| - virtual gfx::Image* GetIcon() const OVERRIDE;
|
| + virtual int GetIconID() const OVERRIDE;
|
| virtual string16 GetMessageText() const OVERRIDE;
|
| virtual int GetButtons() const OVERRIDE;
|
| virtual string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
|
|
|