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

Unified Diff: chrome/browser/chromeos/first_run/steps/tray_step.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/first_run/steps/tray_step.h
diff --git a/chrome/browser/chromeos/first_run/steps/tray_step.h b/chrome/browser/chromeos/first_run/steps/tray_step.h
index 0af93491f6bea0830763f2f8208413cdc5a7fac4..1654f25121ff9642a27394c6124463b1a7001661 100644
--- a/chrome/browser/chromeos/first_run/steps/tray_step.h
+++ b/chrome/browser/chromeos/first_run/steps/tray_step.h
@@ -17,7 +17,7 @@ class TrayStep : public Step {
private:
// Overriden from Step.
- virtual void DoShow() OVERRIDE;
+ virtual void DoShow() override;
DISALLOW_COPY_AND_ASSIGN(TrayStep);
};
« no previous file with comments | « chrome/browser/chromeos/first_run/steps/help_step.h ('k') | chrome/browser/chromeos/geolocation/simple_geolocation_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698