summaryrefslogtreecommitdiffstats
path: root/mojo/apps
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/apps
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/apps')
-rw-r--r--mojo/apps/js/main.cc2
-rw-r--r--mojo/apps/js/mojo_runner_delegate.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/mojo/apps/js/main.cc b/mojo/apps/js/main.cc
index 26dc5a3..1cae436 100644
--- a/mojo/apps/js/main.cc
+++ b/mojo/apps/js/main.cc
@@ -5,9 +5,9 @@
#include "base/message_loop/message_loop.h"
#include "gin/public/isolate_holder.h"
#include "mojo/apps/js/mojo_runner_delegate.h"
+#include "mojo/public/c/system/macros.h"
#include "mojo/public/gles2/gles2_cpp.h"
#include "mojo/public/system/core_cpp.h"
-#include "mojo/public/system/macros.h"
#if defined(WIN32)
#if !defined(CDECL)
diff --git a/mojo/apps/js/mojo_runner_delegate.h b/mojo/apps/js/mojo_runner_delegate.h
index 04f7449..71ee4af 100644
--- a/mojo/apps/js/mojo_runner_delegate.h
+++ b/mojo/apps/js/mojo_runner_delegate.h
@@ -7,7 +7,7 @@
#include "base/compiler_specific.h"
#include "gin/modules/module_runner_delegate.h"
-#include "mojo/public/system/core.h"
+#include "mojo/public/c/system/core.h"
namespace mojo {
namespace apps {