| Index: third_party/mojo/src/mojo/edk/system/mapping_table.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/mapping_table.cc b/third_party/mojo/src/mojo/edk/system/mapping_table.cc
|
| index 693e8d79590a57032e92a34addec1c8a8c8ab5c9..fab79c36fefcaee0cdfc1c0c3a9bd7a7c147e79f 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/mapping_table.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/mapping_table.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/edk/system/mapping_table.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/mapping_table.h"
|
|
|
| #include "base/logging.h"
|
| -#include "mojo/edk/embedder/platform_shared_buffer.h"
|
| -#include "mojo/edk/system/configuration.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/platform_shared_buffer.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/configuration.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|