diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-28 13:23:23 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-28 13:23:23 +0000 |
commit | 2fb8c53c9df2604b691f754f2e9f678a2d093221 (patch) | |
tree | 4c2da06e5dd4e4e04e3b15b9a94ee0f707b5793f /mojo/apps | |
parent | 992d2c81e7f412fb652de4f4cbd5a8aac5d56cd7 (diff) | |
download | chromium_src-2fb8c53c9df2604b691f754f2e9f678a2d093221.zip chromium_src-2fb8c53c9df2604b691f754f2e9f678a2d093221.tar.gz chromium_src-2fb8c53c9df2604b691f754f2e9f678a2d093221.tar.bz2 |
Mojo: Split off the C++ parts of mojo/public/c/system macros.h to their own file.
(Also split the tests.)
R=darin@chromium.org
Review URL: https://codereview.chromium.org/216073002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260114 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/apps')
-rw-r--r-- | mojo/apps/js/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/apps/js/main.cc b/mojo/apps/js/main.cc index c7b32b5..a712c2a 100644 --- a/mojo/apps/js/main.cc +++ b/mojo/apps/js/main.cc @@ -5,8 +5,8 @@ #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/cpp/system/core.h" +#include "mojo/public/cpp/system/macros.h" #include "mojo/public/gles2/gles2_cpp.h" #if defined(WIN32) |