Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: mojo/edk/system/waiter_list_unittest.cc

Issue 621153003: Move mojo edk into mojo/edk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix checkdeps Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/edk/system/waiter_list.cc ('k') | mojo/edk/system/waiter_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « mojo/edk/system/waiter_list.cc ('k') | mojo/edk/system/waiter_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698