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

Unified Diff: mojo/edk/system/test/test_io_thread.cc

Issue 1427633003: Move scoped_test_dir.* and test_io_thread.* from edk/test to edk/system/test. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « mojo/edk/system/test/test_io_thread.h ('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/test/test_io_thread.cc
diff --git a/mojo/edk/test/test_io_thread.cc b/mojo/edk/system/test/test_io_thread.cc
similarity index 94%
rename from mojo/edk/test/test_io_thread.cc
rename to mojo/edk/system/test/test_io_thread.cc
index b8b4745057a2e484b2202c967b7ae3d8559c2287..ee11ff3f94fdb7c10460642292c7433df84ea25f 100644
--- a/mojo/edk/test/test_io_thread.cc
+++ b/mojo/edk/system/test/test_io_thread.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/edk/test/test_io_thread.h"
+#include "mojo/edk/system/test/test_io_thread.h"
#include "base/bind.h"
#include "base/callback.h"
@@ -10,6 +10,7 @@
#include "base/synchronization/waitable_event.h"
namespace mojo {
+namespace system {
namespace test {
namespace {
@@ -63,4 +64,5 @@ void TestIOThread::PostTaskAndWait(const base::Closure& task) {
}
} // namespace test
+} // namespace system
} // namespace mojo
« no previous file with comments | « mojo/edk/system/test/test_io_thread.h ('k') | mojo/edk/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698