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

Unified Diff: mojo/edk/system/waiter_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_test_utils.cc ('k') | mojo/edk/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/waiter_unittest.cc
diff --git a/mojo/system/waiter_unittest.cc b/mojo/edk/system/waiter_unittest.cc
similarity index 99%
rename from mojo/system/waiter_unittest.cc
rename to mojo/edk/system/waiter_unittest.cc
index 95993b24b3a1dc28bcda367dd6e57e8974765a7e..bbbc5b8081efa16a3ca2251f104c26253def9068 100644
--- a/mojo/system/waiter_unittest.cc
+++ b/mojo/edk/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/system/waiter.h"
+#include "mojo/edk/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/system/test_utils.h"
+#include "mojo/edk/system/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
« no previous file with comments | « mojo/edk/system/waiter_test_utils.cc ('k') | mojo/edk/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698