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

Unified Diff: mojo/system/embedder/embedder_unittest.cc

Issue 139823003: Mojo: Move system embedder API files to mojo/system/embedder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/system/embedder/embedder.cc ('k') | mojo/system/embedder/platform_channel_pair.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/embedder/embedder_unittest.cc
diff --git a/mojo/system/embedder_unittest.cc b/mojo/system/embedder/embedder_unittest.cc
similarity index 96%
rename from mojo/system/embedder_unittest.cc
rename to mojo/system/embedder/embedder_unittest.cc
index 3f876eb7ca4157a12c89e86560aca57f2d8c6616..92f0fa305796c8143ac1ae82debe8724d9d019c3 100644
--- a/mojo/system/embedder_unittest.cc
+++ b/mojo/system/embedder/embedder_unittest.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/system/embedder.h"
+#include "mojo/system/embedder/embedder.h"
#include <string.h>
@@ -12,8 +12,8 @@
// TODO(vtl): Remove build_config.h include when fully implemented on Windows.
#include "build/build_config.h"
#include "mojo/public/system/core.h"
-#include "mojo/system/platform_channel_pair.h"
-#include "mojo/system/test_embedder.h"
+#include "mojo/system/embedder/platform_channel_pair.h"
+#include "mojo/system/embedder/test_embedder.h"
#include "mojo/system/test_utils.h"
namespace mojo {
« no previous file with comments | « mojo/system/embedder/embedder.cc ('k') | mojo/system/embedder/platform_channel_pair.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698