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

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

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanup Created 5 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
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

Powered by Google App Engine
This is Rietveld 408576698