| Index: third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.cc b/third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.cc
|
| index 75c85cfaa6707ee1f56bd46e08f19c0e05d9c959..60707ffa82d04150da6f5f0b1476c7af309ccd58 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.cc
|
| @@ -8,12 +8,12 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "mojo/public/c/system/macros.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/platform_support.h"
|
| #include "third_party/mojo/src/mojo/edk/system/channel.h"
|
| #include "third_party/mojo/src/mojo/edk/system/configuration.h"
|
| #include "third_party/mojo/src/mojo/edk/system/memory.h"
|
| #include "third_party/mojo/src/mojo/edk/system/options_validation.h"
|
| +#include "third_party/mojo/src/mojo/public/c/system/macros.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|