| Index: chrome/browser/ui/auto_login_infobar_delegate.cc
|
| diff --git a/chrome/browser/ui/auto_login_infobar_delegate.cc b/chrome/browser/ui/auto_login_infobar_delegate.cc
|
| index b60a9f989f31d1a8d6e43e727e97864461067249..db5a7edbe3575fd1ff207cabaf6f10643b10dcc5 100644
|
| --- a/chrome/browser/ui/auto_login_infobar_delegate.cc
|
| +++ b/chrome/browser/ui/auto_login_infobar_delegate.cc
|
| @@ -179,9 +179,8 @@ void AutoLoginInfoBarDelegate::InfoBarDismissed() {
|
| button_pressed_ = true;
|
| }
|
|
|
| -gfx::Image* AutoLoginInfoBarDelegate::GetIcon() const {
|
| - return &ResourceBundle::GetSharedInstance().GetNativeImageNamed(
|
| - IDR_INFOBAR_AUTOLOGIN);
|
| +int AutoLoginInfoBarDelegate::GetIconID() const {
|
| + return IDR_INFOBAR_AUTOLOGIN;
|
| }
|
|
|
| InfoBarDelegate::Type AutoLoginInfoBarDelegate::GetInfoBarType() const {
|
|
|