| 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 6dff3127796cec54812c7f7e89f9f6bead11f5ee..b131024b7c6b982c77658826d3c1fcbcd2649a25 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 {
|
| ~GeolocationInfoBarDelegate() override;
|
|
|
| // PermissionInfoBarDelegate:
|
| - base::string16 GetMessageText() const override;
|
| int GetIconID() const override;
|
| + base::string16 GetMessageText() const override;
|
|
|
| GURL requesting_frame_;
|
| std::string display_languages_;
|
|
|