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