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

Unified Diff: chrome/browser/chromeos/login/signin/auth_sync_observer_factory.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_factory.h
diff --git a/chrome/browser/chromeos/login/signin/auth_sync_observer_factory.h b/chrome/browser/chromeos/login/signin/auth_sync_observer_factory.h
index 71cdd76f5606f5a3949d5d2eaa59c913adf140af..3be51135544cfdfee5456abe4324f5562fcf87c0 100644
--- a/chrome/browser/chromeos/login/signin/auth_sync_observer_factory.h
+++ b/chrome/browser/chromeos/login/signin/auth_sync_observer_factory.h
@@ -35,7 +35,7 @@ class AuthSyncObserverFactory
// BrowserContextKeyedServiceFactory implementation.
virtual KeyedService* BuildServiceInstanceFor(
- content::BrowserContext* context) const OVERRIDE;
+ content::BrowserContext* context) const override;
DISALLOW_COPY_AND_ASSIGN(AuthSyncObserverFactory);
};

Powered by Google App Engine
This is Rietveld 408576698