| Index: third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer_android.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer_android.cc b/third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer_android.cc
|
| index 60219f91af9f8f42023c08b2e918139b94111578..34d11c5287df24c3ffcdb186cf8e94e7a66ca283 100644
|
| --- a/third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer_android.cc
|
| +++ b/third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer_android.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/edk/embedder/simple_platform_shared_buffer.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer.h"
|
|
|
| #include <stdint.h>
|
| #include <sys/mman.h> // For |PROT_...|.
|
| @@ -12,8 +12,8 @@
|
|
|
| #include "base/files/scoped_file.h"
|
| #include "base/logging.h"
|
| -#include "mojo/edk/embedder/platform_handle.h"
|
| #include "third_party/ashmem/ashmem.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/platform_handle.h"
|
|
|
| namespace mojo {
|
| namespace embedder {
|
|
|