| Index: third_party/mojo/src/mojo/edk/system/raw_channel_win.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/raw_channel_win.cc b/third_party/mojo/src/mojo/edk/system/raw_channel_win.cc
|
| index 952c23856323b679c5a014e5e827c1d8588423de..b25453f7e7b2f670ad29419673e8c3ca18480651 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/raw_channel_win.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/raw_channel_win.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/system/raw_channel.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/raw_channel.h"
|
|
|
| #include <windows.h>
|
|
|
| @@ -15,8 +15,8 @@
|
| #include "base/process/process.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/win/windows_version.h"
|
| -#include "mojo/edk/embedder/platform_handle.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/platform_handle.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|