| Index: third_party/mojo/src/mojo/edk/system/ipc_support.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/ipc_support.h b/third_party/mojo/src/mojo/edk/system/ipc_support.h
|
| index 0acac6eff70363f11157c8aaa1ece18e3d45466c..953673ef16f0e764df51bd14d4948d2854752277 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/ipc_support.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/ipc_support.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/task_runner.h"
|
| +#include "mojo/public/cpp/system/macros.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/process_type.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/scoped_platform_handle.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/slave_info.h"
|
| @@ -17,7 +18,6 @@
|
| #include "third_party/mojo/src/mojo/edk/system/connection_identifier.h"
|
| #include "third_party/mojo/src/mojo/edk/system/process_identifier.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 mojo {
|
|
|
|
|