Index: mojo/edk/system/awakable_list_unittest.cc |
diff --git a/third_party/mojo/src/mojo/edk/system/awakable_list_unittest.cc b/mojo/edk/system/awakable_list_unittest.cc |
similarity index 96% |
copy from third_party/mojo/src/mojo/edk/system/awakable_list_unittest.cc |
copy to mojo/edk/system/awakable_list_unittest.cc |
index 8b99d6715b09ac2319661c94d24a7a28ecc93962..5b5ba8fd1343acd73a691abeb4acaba1fb319869 100644 |
--- a/third_party/mojo/src/mojo/edk/system/awakable_list_unittest.cc |
+++ b/mojo/edk/system/awakable_list_unittest.cc |
@@ -7,16 +7,16 @@ |
// increase tolerance and reduce observed flakiness (though doing so reduces the |
// meaningfulness of the test). |
-#include "third_party/mojo/src/mojo/edk/system/awakable_list.h" |
+#include "mojo/edk/system/awakable_list.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" |
-#include "third_party/mojo/src/mojo/edk/system/handle_signals_state.h" |
-#include "third_party/mojo/src/mojo/edk/system/test_utils.h" |
-#include "third_party/mojo/src/mojo/edk/system/waiter.h" |
-#include "third_party/mojo/src/mojo/edk/system/waiter_test_utils.h" |
namespace mojo { |
-namespace system { |
+namespace edk { |
namespace { |
TEST(AwakableListTest, BasicCancel) { |
@@ -352,5 +352,5 @@ TEST(AwakableListTest, KeepAwakablesReturningTrue) { |
} |
} // namespace |
-} // namespace system |
+} // namespace edk |
} // namespace mojo |