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

Unified Diff: chrome/browser/chromeos/boot_times_loader.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/boot_times_loader.h
diff --git a/chrome/browser/chromeos/boot_times_loader.h b/chrome/browser/chromeos/boot_times_loader.h
index d9622b63c3a47fbb6653570b3abac51eeceedefe..843d6d4328032c33d7e35f7214e30f92c57bfef2 100644
--- a/chrome/browser/chromeos/boot_times_loader.h
+++ b/chrome/browser/chromeos/boot_times_loader.h
@@ -42,9 +42,9 @@ class BootTimesLoader : public content::NotificationObserver,
// LoginEventRecorder::Delegate override.
virtual void AddLoginTimeMarker(const std::string& marker_name,
- bool send_to_uma) OVERRIDE;
- virtual void RecordAuthenticationSuccess() OVERRIDE;
- virtual void RecordAuthenticationFailure() OVERRIDE;
+ bool send_to_uma) override;
+ virtual void RecordAuthenticationSuccess() override;
+ virtual void RecordAuthenticationFailure() override;
// Add a time marker for logout. A timeline will be dumped to
// /tmp/logout-times-sent after logout is done. If |send_to_uma| is true
@@ -73,7 +73,7 @@ class BootTimesLoader : public content::NotificationObserver,
// content::NotificationObserver implementation.
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ const content::NotificationDetails& details) override;
// Records "LoginDone" event.
void LoginDone(bool is_user_new);

Powered by Google App Engine
This is Rietveld 408576698