| Index: third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h b/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h
|
| index 23bb1ed590e2df3f9390735af9747c77a41f6b03..b64609f16f0be5c46265c7d6001b7292fd1804f2 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_EDK_SYSTEM_MESSAGE_PIPE_DISPATCHER_H_
|
| -#define MOJO_EDK_SYSTEM_MESSAGE_PIPE_DISPATCHER_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_MESSAGE_PIPE_DISPATCHER_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_MESSAGE_PIPE_DISPATCHER_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "mojo/edk/system/dispatcher.h"
|
| -#include "mojo/edk/system/memory.h"
|
| -#include "mojo/edk/system/system_impl_export.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/dispatcher.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/memory.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
| @@ -136,4 +136,4 @@ class MessagePipeDispatcherTransport : public DispatcherTransport {
|
| } // namespace system
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_SYSTEM_MESSAGE_PIPE_DISPATCHER_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_MESSAGE_PIPE_DISPATCHER_H_
|
|
|