| 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 3515f063259d12521d2f132d17ef0fb0b94c3a86..a5d71b9c66600e0e95962850087f26e1ca191f43 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| @@ -32,8 +32,8 @@ class GeolocationInfoBarDelegate : public PermissionInfobarDelegate {
|
| virtual ~GeolocationInfoBarDelegate();
|
|
|
| // PermissionInfoBarDelegate:
|
| - virtual base::string16 GetMessageText() const OVERRIDE;
|
| - virtual int GetIconID() const OVERRIDE;
|
| + virtual base::string16 GetMessageText() const override;
|
| + virtual int GetIconID() const override;
|
|
|
| GURL requesting_frame_;
|
| std::string display_languages_;
|
|
|