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

Unified Diff: mojo/edk/test/test_utils.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/multiprocess_test_helper_unittest.cc ('k') | mojo/edk/test/test_utils_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/test_utils.h
diff --git a/mojo/common/test/test_utils.h b/mojo/edk/test/test_utils.h
similarity index 89%
rename from mojo/common/test/test_utils.h
rename to mojo/edk/test/test_utils.h
index 711dfe41ab0437503a531a512f34e5d221892f1f..9287457cd93a4a385e040cc7d12b48657aefabd8 100644
--- a/mojo/common/test/test_utils.h
+++ b/mojo/edk/test/test_utils.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_TEST_UTILS_H_
-#define MOJO_COMMON_TEST_TEST_UTILS_H_
+#ifndef MOJO_EDK_TEST_TEST_UTILS_H_
+#define MOJO_EDK_TEST_TEST_UTILS_H_
#include <stddef.h>
#include <stdio.h>
@@ -12,8 +12,8 @@
#include "base/files/file_path.h"
#include "base/files/scoped_file.h"
-#include "mojo/embedder/platform_handle.h"
-#include "mojo/embedder/scoped_platform_handle.h"
+#include "mojo/edk/embedder/platform_handle.h"
+#include "mojo/edk/embedder/scoped_platform_handle.h"
namespace mojo {
namespace test {
@@ -54,4 +54,4 @@ base::FilePath GetFilePathForJSResource(const std::string& path);
} // namespace test
} // namespace mojo
-#endif // MOJO_COMMON_TEST_TEST_UTILS_H_
+#endif // MOJO_EDK_TEST_TEST_UTILS_H_
« no previous file with comments | « mojo/edk/test/multiprocess_test_helper_unittest.cc ('k') | mojo/edk/test/test_utils_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698