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. |