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

Unified Diff: mojo/examples/wm_flow/wm/frame_controller.h

Issue 617503003: Mojo: MOJO_OVERRIDE -> override in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years, 3 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
« no previous file with comments | « mojo/examples/wm_flow/init/init.cc ('k') | mojo/examples/wm_flow/wm/wm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/wm_flow/wm/frame_controller.h
diff --git a/mojo/examples/wm_flow/wm/frame_controller.h b/mojo/examples/wm_flow/wm/frame_controller.h
index 97470f73d07ebcfbf80c4b20b803b27a114413df..2c7d9e9e61086a9df99761bafea7c6a944903783 100644
--- a/mojo/examples/wm_flow/wm/frame_controller.h
+++ b/mojo/examples/wm_flow/wm/frame_controller.h
@@ -47,7 +47,7 @@ class FrameController : mojo::ViewObserver {
friend class LayoutManager;
class FrameEventHandler;
- virtual void OnViewDestroyed(mojo::View* view) MOJO_OVERRIDE;
+ virtual void OnViewDestroyed(mojo::View* view) override;
mojo::View* view_;
mojo::View* app_view_;
« no previous file with comments | « mojo/examples/wm_flow/init/init.cc ('k') | mojo/examples/wm_flow/wm/wm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698