| Index: third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h
|
| diff --git a/third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h b/third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h
|
| index 8974d2d748eb170d9f52d3be6c29336ef0bafc0e..c9ec3b5c51069a2fd5fae727fa18db7666e9d20d 100644
|
| --- a/third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h
|
| +++ b/third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_EMBEDDER_SIMPLE_PLATFORM_SUPPORT_H_
|
| #define THIRD_PARTY_MOJO_SRC_MOJO_EDK_EMBEDDER_SIMPLE_PLATFORM_SUPPORT_H_
|
|
|
| -#include "mojo/public/cpp/system/macros.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/platform_support.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 {
|
| namespace embedder {
|
|
|