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/system/message_pipe_endpoint.h | |
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/system/message_pipe_endpoint.h')
-rw-r--r-- | mojo/system/message_pipe_endpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/system/message_pipe_endpoint.h b/mojo/system/message_pipe_endpoint.h index 2cd9c17..b7b9589 100644 --- a/mojo/system/message_pipe_endpoint.h +++ b/mojo/system/message_pipe_endpoint.h @@ -12,7 +12,7 @@ #include "base/basictypes.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" -#include "mojo/public/system/core.h" +#include "mojo/public/c/system/core.h" #include "mojo/system/dispatcher.h" #include "mojo/system/message_in_transit.h" #include "mojo/system/system_impl_export.h" |