| Index: chrome/browser/geolocation/geolocation_infobar_delegate.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_infobar_delegate.cc b/chrome/browser/geolocation/geolocation_infobar_delegate.cc
|
| index 2b64fdfb280079b225f2977b7079a8f0366cfc2c..dc683555d9f17bdfd8ed6bcb081e9a64f0581dd4 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_delegate.cc
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_delegate.cc
|
| @@ -65,9 +65,8 @@ void GeolocationInfoBarDelegate::SetPermission(bool update_content_setting,
|
| update_content_setting, allowed);
|
| }
|
|
|
| -gfx::Image* GeolocationInfoBarDelegate::GetIcon() const {
|
| - return &ResourceBundle::GetSharedInstance().GetNativeImageNamed(
|
| - IDR_GEOLOCATION_INFOBAR_ICON);
|
| +int GeolocationInfoBarDelegate::GetIconID() const {
|
| + return IDR_GEOLOCATION_INFOBAR_ICON;
|
| }
|
|
|
| InfoBarDelegate::Type GeolocationInfoBarDelegate::GetInfoBarType() const {
|
|
|