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

Unified Diff: mojo/edk/test/multiprocess_test_helper.h

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/test/BUILD.gn ('k') | mojo/edk/test/multiprocess_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/multiprocess_test_helper.h
diff --git a/mojo/common/test/multiprocess_test_helper.h b/mojo/edk/test/multiprocess_test_helper.h
similarity index 93%
rename from mojo/common/test/multiprocess_test_helper.h
rename to mojo/edk/test/multiprocess_test_helper.h
index d518b6f8a1e5d0e854a9c489eea0f30c2d552f49..ea77544dd2a0449fab748b0bb5bbc07646e50dbd 100644
--- a/mojo/common/test/multiprocess_test_helper.h
+++ b/mojo/edk/test/multiprocess_test_helper.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_COMMON_TEST_MULTIPROCESS_TEST_HELPER_H_
-#define MOJO_COMMON_TEST_MULTIPROCESS_TEST_HELPER_H_
+#ifndef MOJO_EDK_TEST_MULTIPROCESS_TEST_HELPER_H_
+#define MOJO_EDK_TEST_MULTIPROCESS_TEST_HELPER_H_
#include <string>
@@ -12,7 +12,7 @@
#include "base/process/process_handle.h"
#include "base/test/multiprocess_test.h"
#include "base/test/test_timeouts.h"
-#include "mojo/embedder/scoped_platform_handle.h"
+#include "mojo/edk/embedder/scoped_platform_handle.h"
#include "testing/multiprocess_func_list.h"
namespace mojo {
@@ -88,4 +88,4 @@ class MultiprocessTestHelper {
} // namespace test
} // namespace mojo
-#endif // MOJO_COMMON_TEST_MULTIPROCESS_TEST_HELPER_H_
+#endif // MOJO_EDK_TEST_MULTIPROCESS_TEST_HELPER_H_
« no previous file with comments | « mojo/edk/test/BUILD.gn ('k') | mojo/edk/test/multiprocess_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698