| Index: third_party/mojo/src/mojo/edk/system/channel_test_base.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/channel_test_base.cc b/third_party/mojo/src/mojo/edk/system/channel_test_base.cc
|
| index 1826459a4abad5518fa3592e46945c66d2e306ea..b02e46e05532f91de19370dba67af212a70bcc00 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/channel_test_base.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/channel_test_base.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/edk/system/channel_test_base.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/channel_test_base.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "mojo/edk/embedder/platform_channel_pair.h"
|
| -#include "mojo/edk/system/raw_channel.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/platform_channel_pair.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/raw_channel.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|