| Index: mojo/edk/system/endpoint_relayer_unittest.cc
|
| diff --git a/mojo/edk/system/endpoint_relayer_unittest.cc b/mojo/edk/system/endpoint_relayer_unittest.cc
|
| index 3ebdaf3e020a520a78d9f70fb83504f6141d79c0..0389bd8978b0407e12c5545d9c041fd5a41fae9c 100644
|
| --- a/mojo/edk/system/endpoint_relayer_unittest.cc
|
| +++ b/mojo/edk/system/endpoint_relayer_unittest.cc
|
| @@ -11,12 +11,13 @@
|
| #include "mojo/edk/system/message_in_transit_test_utils.h"
|
| #include "mojo/edk/system/test/timeouts.h"
|
| #include "mojo/edk/system/test_channel_endpoint_client.h"
|
| -#include "mojo/edk/system/waitable_event.h"
|
| #include "mojo/edk/util/make_unique.h"
|
| #include "mojo/edk/util/ref_ptr.h"
|
| +#include "mojo/edk/util/waitable_event.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
|
|
| using mojo::util::MakeRefCounted;
|
| +using mojo::util::ManualResetWaitableEvent;
|
| using mojo::util::RefPtr;
|
|
|
| namespace mojo {
|
|
|