diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-18 17:07:25 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-18 17:07:25 +0000 |
commit | e9da2b7913d6af558ecfe79e769c3db966f548e8 (patch) | |
tree | 2f17e911b08d7c411c087c5a53db9d76716cd7a6 /mojo/examples/aura_demo | |
parent | cea159c9938d30c42bbba30bd476496a014419dc (diff) | |
download | chromium_src-e9da2b7913d6af558ecfe79e769c3db966f548e8.zip chromium_src-e9da2b7913d6af558ecfe79e769c3db966f548e8.tar.gz chromium_src-e9da2b7913d6af558ecfe79e769c3db966f548e8.tar.bz2 |
Mojo: Cleanup: MOJO_OVERRIDE -> OVERRIDE in places where we use base/.
(mojo/public/ has MOJO_OVERRIDE, since it can't use base/, but we should
use the regular OVERRIDE where we can use base/.)
R=sky@chromium.org
Review URL: https://codereview.chromium.org/202733002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257665 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/examples/aura_demo')
-rw-r--r-- | mojo/examples/aura_demo/window_tree_host_mojo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/examples/aura_demo/window_tree_host_mojo.h b/mojo/examples/aura_demo/window_tree_host_mojo.h index 62cf89e..fd146d2 100644 --- a/mojo/examples/aura_demo/window_tree_host_mojo.h +++ b/mojo/examples/aura_demo/window_tree_host_mojo.h @@ -58,7 +58,7 @@ class WindowTreeHostMojo : public aura::WindowTreeHost, virtual ui::EventProcessor* GetEventProcessor() OVERRIDE; // Overridden from NativeViewportClient: - virtual void OnCreated() MOJO_OVERRIDE; + virtual void OnCreated() OVERRIDE; virtual void OnDestroyed() OVERRIDE; virtual void OnBoundsChanged(const Rect& bounds) OVERRIDE; virtual void OnEvent(const Event& event) OVERRIDE; |