Index: mojo/system/waiter_unittest.cc |
diff --git a/mojo/edk/system/waiter_unittest.cc b/mojo/system/waiter_unittest.cc |
similarity index 99% |
rename from mojo/edk/system/waiter_unittest.cc |
rename to mojo/system/waiter_unittest.cc |
index bbbc5b8081efa16a3ca2251f104c26253def9068..95993b24b3a1dc28bcda367dd6e57e8974765a7e 100644 |
--- a/mojo/edk/system/waiter_unittest.cc |
+++ b/mojo/system/waiter_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/waiter.h" |
+#include "mojo/system/waiter.h" |
#include <stdint.h> |
@@ -16,7 +16,7 @@ |
#include "base/threading/platform_thread.h" // For |Sleep()|. |
#include "base/threading/simple_thread.h" |
#include "base/time/time.h" |
-#include "mojo/edk/system/test_utils.h" |
+#include "mojo/system/test_utils.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace mojo { |