summaryrefslogtreecommitdiffstats
path: root/mojo/examples/aura_demo
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 23:52:04 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 23:52:04 +0000
commit90ab1a49610e791df8942d4798a873180449f7ef (patch)
treeea6de9de37c145c23431b5df3eedd8bcf82747c4 /mojo/examples/aura_demo
parent33c2fe361c124e5d011c8ac3e003b7c8662904ad (diff)
downloadchromium_src-90ab1a49610e791df8942d4798a873180449f7ef.zip
chromium_src-90ab1a49610e791df8942d4798a873180449f7ef.tar.gz
chromium_src-90ab1a49610e791df8942d4798a873180449f7ef.tar.bz2
Mojo: Move public C system header files to mojo/public/c/system/.
(macros.h is a bit strange, since it contains C++ macros as well. We may want to split this file.) R=darin@chromium.org Review URL: https://codereview.chromium.org/213393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/examples/aura_demo')
-rw-r--r--mojo/examples/aura_demo/aura_demo.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/examples/aura_demo/aura_demo.cc b/mojo/examples/aura_demo/aura_demo.cc
index 237f6aa..0f8c9a9 100644
--- a/mojo/examples/aura_demo/aura_demo.cc
+++ b/mojo/examples/aura_demo/aura_demo.cc
@@ -11,11 +11,11 @@
#include "mojo/examples/aura_demo/demo_screen.h"
#include "mojo/examples/aura_demo/window_tree_host_mojo.h"
#include "mojo/public/bindings/allocation_scope.h"
+#include "mojo/public/c/system/core.h"
+#include "mojo/public/c/system/macros.h"
#include "mojo/public/gles2/gles2_cpp.h"
#include "mojo/public/shell/application.h"
#include "mojo/public/shell/shell.mojom.h"
-#include "mojo/public/system/core.h"
-#include "mojo/public/system/macros.h"
#include "mojo/services/native_viewport/native_viewport.mojom.h"
#include "ui/aura/client/default_capture_client.h"
#include "ui/aura/client/window_tree_client.h"