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

Unified Diff: mojo/edk/embedder/platform_channel_pair_unittest.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/embedder/embedder_unittest.cc ('k') | mojo/edk/system/channel_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/platform_channel_pair_unittest.cc
diff --git a/mojo/edk/embedder/platform_channel_pair_unittest.cc b/mojo/edk/embedder/platform_channel_pair_unittest.cc
index 7c285942b6d685c8282ade43d5a20ced9067dfdf..9a48c0e557edcb34c824ce3826fa4fe2b0ddf33b 100644
--- a/mojo/edk/embedder/platform_channel_pair_unittest.cc
+++ b/mojo/edk/embedder/platform_channel_pair_unittest.cc
@@ -21,7 +21,7 @@
#include "mojo/edk/embedder/platform_handle.h"
#include "mojo/edk/embedder/platform_handle_vector.h"
#include "mojo/edk/embedder/scoped_platform_handle.h"
-#include "mojo/edk/test/scoped_test_dir.h"
+#include "mojo/edk/system/test/scoped_test_dir.h"
#include "mojo/edk/test/test_utils.h"
#include "mojo/edk/util/scoped_file.h"
#include "mojo/public/cpp/system/macros.h"
@@ -127,7 +127,7 @@ TEST_F(PlatformChannelPairTest, SendReceiveData) {
}
TEST_F(PlatformChannelPairTest, SendReceiveFDs) {
- mojo::test::ScopedTestDir test_dir;
+ mojo::system::test::ScopedTestDir test_dir;
static const char kHello[] = "hello";
@@ -190,7 +190,7 @@ TEST_F(PlatformChannelPairTest, SendReceiveFDs) {
}
TEST_F(PlatformChannelPairTest, AppendReceivedFDs) {
- mojo::test::ScopedTestDir test_dir;
+ mojo::system::test::ScopedTestDir test_dir;
static const char kHello[] = "hello";
« no previous file with comments | « mojo/edk/embedder/embedder_unittest.cc ('k') | mojo/edk/system/channel_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698