diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-26 23:52:04 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-26 23:52:04 +0000 |
commit | 90ab1a49610e791df8942d4798a873180449f7ef (patch) | |
tree | ea6de9de37c145c23431b5df3eedd8bcf82747c4 /mojo/examples/pepper_container_app | |
parent | 33c2fe361c124e5d011c8ac3e003b7c8662904ad (diff) | |
download | chromium_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/pepper_container_app')
-rw-r--r-- | mojo/examples/pepper_container_app/pepper_container_app.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/examples/pepper_container_app/pepper_container_app.cc b/mojo/examples/pepper_container_app/pepper_container_app.cc index d1c018d..0445932 100644 --- a/mojo/examples/pepper_container_app/pepper_container_app.cc +++ b/mojo/examples/pepper_container_app/pepper_container_app.cc @@ -13,11 +13,11 @@ #include "mojo/examples/pepper_container_app/type_converters.h" #include "mojo/public/bindings/allocation_scope.h" #include "mojo/public/bindings/remote_ptr.h" +#include "mojo/public/c/system/core.h" #include "mojo/public/environment/environment.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/services/native_viewport/native_viewport.mojom.h" #include "ppapi/c/pp_rect.h" #include "ppapi/shared_impl/proxy_lock.h" |