| 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 a5d71b9c66600e0e95962850087f26e1ca191f43..6dff3127796cec54812c7f7e89f9f6bead11f5ee 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| @@ -29,11 +29,11 @@ class GeolocationInfoBarDelegate : public PermissionInfobarDelegate {
|
| const GURL& requesting_frame,
|
| int contents_unique_id,
|
| const std::string& display_languages);
|
| - virtual ~GeolocationInfoBarDelegate();
|
| + ~GeolocationInfoBarDelegate() override;
|
|
|
| // PermissionInfoBarDelegate:
|
| - virtual base::string16 GetMessageText() const override;
|
| - virtual int GetIconID() const override;
|
| + base::string16 GetMessageText() const override;
|
| + int GetIconID() const override;
|
|
|
| GURL requesting_frame_;
|
| std::string display_languages_;
|
|
|