Index: chrome/browser/android/mock_google_location_settings_helper.h |
diff --git a/chrome/browser/android/mock_google_location_settings_helper.h b/chrome/browser/android/mock_google_location_settings_helper.h |
index 1dd367665bf3a3a8f93dce3b8914f734878cfc4a..71eb1e8302a7bd05e60810fc263075b195df46ba 100644 |
--- a/chrome/browser/android/mock_google_location_settings_helper.h |
+++ b/chrome/browser/android/mock_google_location_settings_helper.h |
@@ -12,7 +12,7 @@ class MockGoogleLocationSettingsHelper : public GoogleLocationSettingsHelper { |
public: |
static void SetLocationStatus(bool master, bool google_apps); |
- virtual bool IsSystemLocationEnabled() OVERRIDE; |
+ virtual bool IsSystemLocationEnabled() override; |
bool IsMasterLocationSettingEnabled(); |
bool IsGoogleAppsLocationSettingEnabled(); |