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

Unified Diff: mojo/edk/system/waiter_test_utils.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, 3 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/waiter_test_utils.cc
diff --git a/third_party/mojo/src/mojo/edk/system/waiter_test_utils.cc b/mojo/edk/system/waiter_test_utils.cc
similarity index 95%
copy from third_party/mojo/src/mojo/edk/system/waiter_test_utils.cc
copy to mojo/edk/system/waiter_test_utils.cc
index 001cf80ded1cad808618949e0ba5620cd8d59053..bd7f55eb73b501bcc38c41578984069f548c3b83 100644
--- a/third_party/mojo/src/mojo/edk/system/waiter_test_utils.cc
+++ b/mojo/edk/system/waiter_test_utils.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "third_party/mojo/src/mojo/edk/system/waiter_test_utils.h"
+#include "mojo/edk/system/waiter_test_utils.h"
namespace mojo {
-namespace system {
+namespace edk {
namespace test {
SimpleWaiterThread::SimpleWaiterThread(MojoResult* result, uint32_t* context)
@@ -66,5 +66,5 @@ void WaiterThread::Run() {
}
} // namespace test
-} // namespace system
+} // namespace edk
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698