| Index: mojo/edk/system/test_channel_endpoint_client.cc
|
| diff --git a/mojo/edk/system/test_channel_endpoint_client.cc b/mojo/edk/system/test_channel_endpoint_client.cc
|
| index cc7b25dbce4adc5b6f87ece62fc1699824163de4..4ee9dd2d206062c203bc3406e078415232ce6de3 100644
|
| --- a/mojo/edk/system/test_channel_endpoint_client.cc
|
| +++ b/mojo/edk/system/test_channel_endpoint_client.cc
|
| @@ -7,9 +7,10 @@
|
| #include <utility>
|
|
|
| #include "mojo/edk/system/message_in_transit.h"
|
| -#include "mojo/edk/system/waitable_event.h"
|
| +#include "mojo/edk/util/waitable_event.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using mojo::util::ManualResetWaitableEvent;
|
| using mojo::util::MutexLocker;
|
| using mojo::util::RefPtr;
|
|
|
|
|