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

Unified Diff: chrome/browser/chromeos/login/signin/auth_sync_observer.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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/chromeos/login/signin/auth_sync_observer.h
diff --git a/chrome/browser/chromeos/login/signin/auth_sync_observer.h b/chrome/browser/chromeos/login/signin/auth_sync_observer.h
index 195a4fbe64861b9988f310f06176bf0875fa8284..b8e2f3e2784912cf0d88e5fec9b5f468e17616ce 100644
--- a/chrome/browser/chromeos/login/signin/auth_sync_observer.h
+++ b/chrome/browser/chromeos/login/signin/auth_sync_observer.h
@@ -30,10 +30,10 @@ class AuthSyncObserver : public KeyedService,
friend class AuthSyncObserverFactory;
// KeyedService implementation.
- virtual void Shutdown() OVERRIDE;
+ virtual void Shutdown() override;
// ProfileSyncServiceObserver implementation.
- virtual void OnStateChanged() OVERRIDE;
+ virtual void OnStateChanged() override;
// Called on attempt to restore supervised user token.
void OnSupervisedTokenLoaded(const std::string& token);

Powered by Google App Engine
This is Rietveld 408576698