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

Unified Diff: chromeos/login/auth/online_attempt_host.h

Issue 856563004: Update {virtual,override,final} to follow C++11 style in chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « chromeos/login/auth/online_attempt.h ('k') | chromeos/login/auth/test_attempt_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/online_attempt_host.h
diff --git a/chromeos/login/auth/online_attempt_host.h b/chromeos/login/auth/online_attempt_host.h
index da392450424da68a578fe883776063b4e9c5ec5d..ee9fcb9cef7d2cfbe5769c1e01e53dfbd0409f63 100644
--- a/chromeos/login/auth/online_attempt_host.h
+++ b/chromeos/login/auth/online_attempt_host.h
@@ -34,7 +34,7 @@ class CHROMEOS_EXPORT OnlineAttemptHost : public AuthAttemptStateResolver {
};
explicit OnlineAttemptHost(Delegate* delegate);
- virtual ~OnlineAttemptHost();
+ ~OnlineAttemptHost() override;
// Performs an online check of the credentials in |request_context| and
// invokes
@@ -50,7 +50,7 @@ class CHROMEOS_EXPORT OnlineAttemptHost : public AuthAttemptStateResolver {
// AuthAttemptStateResolver overrides.
// Executed on IO thread.
- virtual void Resolve() override;
+ void Resolve() override;
// Does an actual resolve on UI thread.
void ResolveOnUIThread(bool success);
« no previous file with comments | « chromeos/login/auth/online_attempt.h ('k') | chromeos/login/auth/test_attempt_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698