| Index: third_party/mojo/src/mojo/edk/system/raw_channel.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/raw_channel.h b/third_party/mojo/src/mojo/edk/system/raw_channel.h
|
| index 35f7a3ebfb620e4d5e22916f92b20f0189173dbb..4c8b6fffe92a4b3e1ac29019f9f229752216ce30 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/raw_channel.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/raw_channel.h
|
| @@ -10,12 +10,12 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "mojo/public/cpp/system/macros.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/platform_handle_vector.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/scoped_platform_handle.h"
|
| #include "third_party/mojo/src/mojo/edk/system/message_in_transit.h"
|
| #include "third_party/mojo/src/mojo/edk/system/message_in_transit_queue.h"
|
| #include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
|
|
| namespace base {
|
| class MessageLoopForIO;
|
|
|