Index: mojo/public/c/system/message_pipe.h |
diff --git a/third_party/mojo/src/mojo/public/c/system/message_pipe.h b/mojo/public/c/system/message_pipe.h |
similarity index 95% |
rename from third_party/mojo/src/mojo/public/c/system/message_pipe.h |
rename to mojo/public/c/system/message_pipe.h |
index f870150477b4e944f1e2624420d0f97f14a62fec..d42c3fc65df49c9a41213f2d504f60b1ecbca46e 100644 |
--- a/third_party/mojo/src/mojo/public/c/system/message_pipe.h |
+++ b/mojo/public/c/system/message_pipe.h |
@@ -6,12 +6,12 @@ |
// |
// Note: This header should be compilable as C. |
-#ifndef THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_C_SYSTEM_MESSAGE_PIPE_H_ |
-#define THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_C_SYSTEM_MESSAGE_PIPE_H_ |
+#ifndef MOJO_PUBLIC_C_SYSTEM_MESSAGE_PIPE_H_ |
+#define MOJO_PUBLIC_C_SYSTEM_MESSAGE_PIPE_H_ |
-#include "third_party/mojo/src/mojo/public/c/system/macros.h" |
-#include "third_party/mojo/src/mojo/public/c/system/system_export.h" |
-#include "third_party/mojo/src/mojo/public/c/system/types.h" |
+#include "mojo/public/c/system/macros.h" |
+#include "mojo/public/c/system/system_export.h" |
+#include "mojo/public/c/system/types.h" |
// |MojoCreateMessagePipeOptions|: Used to specify creation parameters for a |
// message pipe to |MojoCreateMessagePipe()|. |
@@ -174,4 +174,4 @@ MOJO_SYSTEM_EXPORT MojoResult |
} // extern "C" |
#endif |
-#endif // THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_C_SYSTEM_MESSAGE_PIPE_H_ |
+#endif // MOJO_PUBLIC_C_SYSTEM_MESSAGE_PIPE_H_ |