| Index: mojo/edk/system/dispatcher_unittest.cc
|
| diff --git a/mojo/edk/system/dispatcher_unittest.cc b/mojo/edk/system/dispatcher_unittest.cc
|
| index 43a837617303492ee2dc2a984d6468613721a941..8aff9a5963222d80509d1dc883ce775e5758f04a 100644
|
| --- a/mojo/edk/system/dispatcher_unittest.cc
|
| +++ b/mojo/edk/system/dispatcher_unittest.cc
|
| @@ -11,14 +11,15 @@
|
| #include "mojo/edk/embedder/platform_shared_buffer.h"
|
| #include "mojo/edk/system/memory.h"
|
| #include "mojo/edk/system/test/simple_test_thread.h"
|
| -#include "mojo/edk/system/waitable_event.h"
|
| #include "mojo/edk/system/waiter.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"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using mojo::util::MakeRefCounted;
|
| +using mojo::util::ManualResetWaitableEvent;
|
| using mojo::util::RefPtr;
|
|
|
| namespace mojo {
|
|
|