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

Unified Diff: chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.cc

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/ui/ash/multi_user/multi_user_warning_dialog.cc
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.cc b/chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.cc
index bb48d42adb57813fed5f446ad51f0b98b04f3a34..bb6c485eb334352f382dc19be502b7148a07b513 100644
--- a/chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.cc
+++ b/chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.cc
@@ -37,13 +37,13 @@ class TeleportWarningView : 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