| Index: mojo/system/simple_dispatcher_unittest.cc
|
| diff --git a/mojo/edk/system/simple_dispatcher_unittest.cc b/mojo/system/simple_dispatcher_unittest.cc
|
| similarity index 99%
|
| rename from mojo/edk/system/simple_dispatcher_unittest.cc
|
| rename to mojo/system/simple_dispatcher_unittest.cc
|
| index d2b7eaa90cde349b39a24658d84ef6836cd1b10f..fb4fc7ed0f537442d56bc90947dbf4fd73427b68 100644
|
| --- a/mojo/edk/system/simple_dispatcher_unittest.cc
|
| +++ b/mojo/system/simple_dispatcher_unittest.cc
|
| @@ -7,7 +7,7 @@
|
| // increase tolerance and reduce observed flakiness (though doing so reduces the
|
| // meaningfulness of the test).
|
|
|
| -#include "mojo/edk/system/simple_dispatcher.h"
|
| +#include "mojo/system/simple_dispatcher.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| @@ -16,9 +16,9 @@
|
| #include "base/synchronization/lock.h"
|
| #include "base/threading/platform_thread.h" // For |Sleep()|.
|
| #include "base/time/time.h"
|
| -#include "mojo/edk/system/test_utils.h"
|
| -#include "mojo/edk/system/waiter.h"
|
| -#include "mojo/edk/system/waiter_test_utils.h"
|
| +#include "mojo/system/test_utils.h"
|
| +#include "mojo/system/waiter.h"
|
| +#include "mojo/system/waiter_test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
|
|