| Index: mojo/edk/system/waiter_list_unittest.cc
|
| diff --git a/mojo/system/waiter_list_unittest.cc b/mojo/edk/system/waiter_list_unittest.cc
|
| similarity index 97%
|
| rename from mojo/system/waiter_list_unittest.cc
|
| rename to mojo/edk/system/waiter_list_unittest.cc
|
| index 647fb64750421ed873d03730ccc292e9831cb706..129df71528f7d61d5d459f9b610719136377178a 100644
|
| --- a/mojo/system/waiter_list_unittest.cc
|
| +++ b/mojo/edk/system/waiter_list_unittest.cc
|
| @@ -7,14 +7,14 @@
|
| // increase tolerance and reduce observed flakiness (though doing so reduces the
|
| // meaningfulness of the test).
|
|
|
| -#include "mojo/system/waiter_list.h"
|
| +#include "mojo/edk/system/waiter_list.h"
|
|
|
| #include "base/threading/platform_thread.h" // For |Sleep()|.
|
| #include "base/time/time.h"
|
| -#include "mojo/system/handle_signals_state.h"
|
| -#include "mojo/system/test_utils.h"
|
| -#include "mojo/system/waiter.h"
|
| -#include "mojo/system/waiter_test_utils.h"
|
| +#include "mojo/edk/system/handle_signals_state.h"
|
| +#include "mojo/edk/system/test_utils.h"
|
| +#include "mojo/edk/system/waiter.h"
|
| +#include "mojo/edk/system/waiter_test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
|
|