Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2801)

Unified Diff: chrome/browser/geolocation/geolocation_infobar_delegate.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/browser/geolocation/geolocation_browsertest.cc ('k') | chrome/browser/geolocation/geolocation_permission_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698