| Index: third_party/mojo/src/mojo/edk/system/message_pipe_test_utils.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/message_pipe_test_utils.cc b/third_party/mojo/src/mojo/edk/system/message_pipe_test_utils.cc
|
| index efbae9593808cac02d8dcc9f8df313c48f968205..a2781910c2a0ad90cea64406b4dc161965f1e937 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/message_pipe_test_utils.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/message_pipe_test_utils.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/edk/system/message_pipe_test_utils.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/message_pipe_test_utils.h"
|
|
|
| #include "base/bind.h"
|
| -#include "mojo/edk/system/channel.h"
|
| -#include "mojo/edk/system/channel_endpoint.h"
|
| -#include "mojo/edk/system/message_pipe.h"
|
| -#include "mojo/edk/system/test_utils.h"
|
| -#include "mojo/edk/system/waiter.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/channel.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/channel_endpoint.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/message_pipe.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/test_utils.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/waiter.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|