| Index: third_party/mojo/src/mojo/edk/system/channel_endpoint_unittest.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/channel_endpoint_unittest.cc b/third_party/mojo/src/mojo/edk/system/channel_endpoint_unittest.cc
|
| index e0bf9f15424b88666c2641109348e5d817e461e8..659b9b7fc3aa6035af53f81a56d0bbe0d517f3fc 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/channel_endpoint_unittest.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/channel_endpoint_unittest.cc
|
| @@ -2,15 +2,15 @@
|
| // 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_endpoint.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/channel_endpoint.h"
|
|
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/test/test_timeouts.h"
|
| -#include "mojo/edk/system/channel_test_base.h"
|
| -#include "mojo/edk/system/message_in_transit_queue.h"
|
| -#include "mojo/edk/system/message_in_transit_test_utils.h"
|
| -#include "mojo/edk/system/test_channel_endpoint_client.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/channel_test_base.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/message_in_transit_queue.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/message_in_transit_test_utils.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/test_channel_endpoint_client.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|