From 90ab1a49610e791df8942d4798a873180449f7ef Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Wed, 26 Mar 2014 23:52:04 +0000 Subject: 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 --- mojo/system/message_pipe_endpoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mojo/system/message_pipe_endpoint.h') 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" -- cgit v1.1