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

Unified Diff: chrome/browser/chromeos/profiles/profile_helper.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/profiles/profile_helper.h
diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h
index e6b99db380fd8f7de9e3f48ebe4ee8b8415b0b0c..7d8f831535ed7687c6448511bf9d319dfc1dab77 100644
--- a/chrome/browser/chromeos/profiles/profile_helper.h
+++ b/chrome/browser/chromeos/profiles/profile_helper.h
@@ -135,15 +135,15 @@ class ProfileHelper
friend class SessionStateDelegateChromeOSTest;
// BrowsingDataRemover::Observer implementation:
- virtual void OnBrowsingDataRemoverDone() OVERRIDE;
+ virtual void OnBrowsingDataRemoverDone() override;
// OAuth2LoginManager::Observer overrides.
virtual void OnSessionRestoreStateChanged(
Profile* user_profile,
- OAuth2LoginManager::SessionRestoreState state) OVERRIDE;
+ OAuth2LoginManager::SessionRestoreState state) override;
// user_manager::UserManager::UserSessionStateObserver implementation:
- virtual void ActiveUserHashChanged(const std::string& hash) OVERRIDE;
+ virtual void ActiveUserHashChanged(const std::string& hash) override;
// Associates |user| with profile with the same user_id,
// for GetUserByProfile() testing.

Powered by Google App Engine
This is Rietveld 408576698