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

Unified Diff: chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc

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/profiles/multiprofiles_intro_dialog.cc
diff --git a/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc b/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc
index bdd80861bf78b54c3e2153acd80d86bfcc2cabd1..3851bf5e60045b5ec2d68be9659b30c8a62c5702 100644
--- a/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc
+++ b/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc
@@ -37,13 +37,13 @@ class MultiprofilesIntroView : public views::DialogDelegateView {
static void ShowDialog(const base::Callback<void(bool)> on_accept);
// views::DialogDelegate overrides.
- virtual bool Accept() OVERRIDE;
+ virtual bool Accept() override;
// views::WidgetDelegate overrides.
- virtual ui::ModalType GetModalType() const OVERRIDE;
+ virtual ui::ModalType GetModalType() const override;
// views::View overrides.
- virtual gfx::Size GetPreferredSize() const OVERRIDE;
+ virtual gfx::Size GetPreferredSize() const override;
private:
void InitDialog();

Powered by Google App Engine
This is Rietveld 408576698