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

Unified Diff: chrome/browser/chromeos/first_run/first_run_view.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/first_run_view.h
diff --git a/chrome/browser/chromeos/first_run/first_run_view.h b/chrome/browser/chromeos/first_run/first_run_view.h
index e72fa0c5ca03723e05adbfe4ae1828feaaafa60d..c23a7bbb04a411b9b283a43b12952def8ba08c33 100644
--- a/chrome/browser/chromeos/first_run/first_run_view.h
+++ b/chrome/browser/chromeos/first_run/first_run_view.h
@@ -33,18 +33,18 @@ class FirstRunView : public views::View,
FirstRunActor* GetActor();
// Overriden from views::View.
- virtual void Layout() OVERRIDE;
- virtual void RequestFocus() OVERRIDE;
+ virtual void Layout() override;
+ virtual void RequestFocus() override;
content::WebContents* GetWebContents();
private:
// Overriden from content::WebContentsDelegate.
virtual bool HandleContextMenu(
- const content::ContextMenuParams& params) OVERRIDE;
+ const content::ContextMenuParams& params) override;
virtual bool PreHandleGestureEvent(
content::WebContents* source,
- const blink::WebGestureEvent& event) OVERRIDE;
+ const blink::WebGestureEvent& event) override;
views::WebView* web_view_;
« no previous file with comments | « chrome/browser/chromeos/first_run/first_run_controller.h ('k') | chrome/browser/chromeos/first_run/steps/app_list_step.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698