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

Unified Diff: chrome/browser/chromeos/login/lock/screen_locker.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/lock/screen_locker.h
diff --git a/chrome/browser/chromeos/login/lock/screen_locker.h b/chrome/browser/chromeos/login/lock/screen_locker.h
index e2b87e7011fec41fe9dd474c304e7976d236659c..736421fe68335cc8f68af49bf70e904e9d459d72 100644
--- a/chrome/browser/chromeos/login/lock/screen_locker.h
+++ b/chrome/browser/chromeos/login/lock/screen_locker.h
@@ -61,8 +61,8 @@ class ScreenLocker : public AuthStatusConsumer {
void Init();
// AuthStatusConsumer:
- virtual void OnAuthFailure(const chromeos::AuthFailure& error) OVERRIDE;
- virtual void OnAuthSuccess(const UserContext& user_context) OVERRIDE;
+ virtual void OnAuthFailure(const chromeos::AuthFailure& error) override;
+ virtual void OnAuthSuccess(const UserContext& user_context) override;
// Does actual unlocking once authentication is successful and all blocking
// animations are done.
« no previous file with comments | « chrome/browser/chromeos/login/kiosk_browsertest.cc ('k') | chrome/browser/chromeos/login/lock/screen_locker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698