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

Unified Diff: chrome/android/shell/chrome_shell_google_location_settings_helper.h

Issue 644903002: Replacing the OVERRIDE with override and in chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Extrafile added 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/android/shell/chrome_shell_google_location_settings_helper.h
diff --git a/chrome/android/shell/chrome_shell_google_location_settings_helper.h b/chrome/android/shell/chrome_shell_google_location_settings_helper.h
index e8cd206df74658006331c0a721378ef54a211e9c..e3e7e72c7f4083ad02833fbeca34e1e4f8195049 100644
--- a/chrome/android/shell/chrome_shell_google_location_settings_helper.h
+++ b/chrome/android/shell/chrome_shell_google_location_settings_helper.h
@@ -12,7 +12,7 @@ class ChromeShellGoogleLocationSettingsHelper
: public GoogleLocationSettingsHelper {
public:
// GoogleLocationSettingsHelper implementation:
- virtual bool IsSystemLocationEnabled() OVERRIDE;
+ virtual bool IsSystemLocationEnabled() override;
protected:
ChromeShellGoogleLocationSettingsHelper();

Powered by Google App Engine
This is Rietveld 408576698