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

Unified Diff: chrome/browser/chromeos/policy/wildcard_login_checker.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/policy/wildcard_login_checker.h
diff --git a/chrome/browser/chromeos/policy/wildcard_login_checker.h b/chrome/browser/chromeos/policy/wildcard_login_checker.h
index 358788dd0a4b6b22079ef5bee6cde9ff8d1db691..d3ca9a491a326b57c3b9db7ec66d5a34ae3c45e0 100644
--- a/chrome/browser/chromeos/policy/wildcard_login_checker.h
+++ b/chrome/browser/chromeos/policy/wildcard_login_checker.h
@@ -47,9 +47,9 @@ class WildcardLoginChecker : public UserInfoFetcher::Delegate {
// UserInfoFetcher::Delegate:
virtual void OnGetUserInfoSuccess(const base::DictionaryValue* response)
- OVERRIDE;
+ override;
virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error)
- OVERRIDE;
+ override;
private:
// Starts the check after successful token minting.

Powered by Google App Engine
This is Rietveld 408576698