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

Unified Diff: chrome/browser/invalidation/ticl_profile_settings_provider.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/invalidation/ticl_profile_settings_provider.h
diff --git a/chrome/browser/invalidation/ticl_profile_settings_provider.h b/chrome/browser/invalidation/ticl_profile_settings_provider.h
index cc07dde7140e24fc741e691b6701133f41582ac1..7d3fab00efbc4a054d8aea193204927b40eb7f44 100644
--- a/chrome/browser/invalidation/ticl_profile_settings_provider.h
+++ b/chrome/browser/invalidation/ticl_profile_settings_provider.h
@@ -21,7 +21,7 @@ class TiclProfileSettingsProvider : public TiclSettingsProvider {
virtual ~TiclProfileSettingsProvider();
// TiclInvalidationServiceSettingsProvider:
- virtual bool UseGCMChannel() const OVERRIDE;
+ virtual bool UseGCMChannel() const override;
private:
PrefChangeRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698