| Index: third_party/mojo/src/mojo/edk/system/slave_connection_manager.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/slave_connection_manager.h b/third_party/mojo/src/mojo/edk/system/slave_connection_manager.h
|
| index 366aee1b4533c70c244813b7fda552f6a476d637..610e02bdee951a01b60a7286b1d73613531120e8 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/slave_connection_manager.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/slave_connection_manager.h
|
| @@ -9,13 +9,13 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/thread.h"
|
| +#include "mojo/public/cpp/system/macros.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/scoped_platform_handle.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/slave_process_delegate.h"
|
| #include "third_party/mojo/src/mojo/edk/system/connection_manager.h"
|
| #include "third_party/mojo/src/mojo/edk/system/mutex.h"
|
| #include "third_party/mojo/src/mojo/edk/system/raw_channel.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 TaskRunner;
|
|
|