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

Unified Diff: chrome/browser/ui/views/first_run_dialog.h

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (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/views/first_run_dialog.h
diff --git a/chrome/browser/ui/views/first_run_dialog.h b/chrome/browser/ui/views/first_run_dialog.h
index cb8ce133c0ca26c102e7da185a6bd81513fb6eca..555907eb6e803a77b1db3a78e732f47d9f30e7e2 100644
--- a/chrome/browser/ui/views/first_run_dialog.h
+++ b/chrome/browser/ui/views/first_run_dialog.h
@@ -31,13 +31,13 @@ class FirstRunDialog : public views::DialogDelegateView,
void Done();
// views::DialogDelegate:
- virtual views::View* CreateExtraView() OVERRIDE;
- virtual void OnClosed() OVERRIDE;
- virtual bool Accept() OVERRIDE;
- virtual int GetDialogButtons() const OVERRIDE;
+ virtual views::View* CreateExtraView() override;
+ virtual void OnClosed() override;
+ virtual bool Accept() override;
+ virtual int GetDialogButtons() const override;
// views::LinkListener:
- virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
+ virtual void LinkClicked(views::Link* source, int event_flags) override;
Profile* profile_;
views::Checkbox* make_default_;
« no previous file with comments | « chrome/browser/ui/views/first_run_bubble_unittest.cc ('k') | chrome/browser/ui/views/frame/browser_command_handler_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698