| Index: chrome/browser/ui/collected_cookies_infobar_delegate.cc
|
| diff --git a/chrome/browser/ui/collected_cookies_infobar_delegate.cc b/chrome/browser/ui/collected_cookies_infobar_delegate.cc
|
| index 241c0fae50b1e40158919eb6c4387e295b4a1ec0..9c6d3d1fc0babd968ec3b4cc39458d23e31d5623 100644
|
| --- a/chrome/browser/ui/collected_cookies_infobar_delegate.cc
|
| +++ b/chrome/browser/ui/collected_cookies_infobar_delegate.cc
|
| @@ -23,9 +23,8 @@ CollectedCookiesInfoBarDelegate::CollectedCookiesInfoBarDelegate(
|
| : ConfirmInfoBarDelegate(infobar_service) {
|
| }
|
|
|
| -gfx::Image* CollectedCookiesInfoBarDelegate::GetIcon() const {
|
| - return &ResourceBundle::GetSharedInstance().GetNativeImageNamed(
|
| - IDR_INFOBAR_COOKIE);
|
| +int CollectedCookiesInfoBarDelegate::GetIconID() const {
|
| + return IDR_INFOBAR_COOKIE;
|
| }
|
|
|
| InfoBarDelegate::Type CollectedCookiesInfoBarDelegate::GetInfoBarType() const {
|
|
|