| Index: chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| diff --git a/chrome/browser/geolocation/geolocation_infobar_delegate.h b/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| index f39ab60cfc6aecc63c05d85e91b9f5c41f303564..64e2f2b97f66542f7979569b9bb3738a4854873c 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| @@ -42,7 +42,7 @@ class GeolocationInfoBarDelegate : public ConfirmInfoBarDelegate {
|
|
|
| private:
|
| // ConfirmInfoBarDelegate:
|
| - virtual gfx::Image* GetIcon() const OVERRIDE;
|
| + virtual int GetIconID() const OVERRIDE;
|
| virtual Type GetInfoBarType() const OVERRIDE;
|
| virtual bool ShouldExpireInternal(
|
| const content::LoadCommittedDetails& details) const OVERRIDE;
|
|
|