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

Unified Diff: services/shell/runner/host/child_process_host_unittest.cc

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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 | « services/shell/runner/host/child_process_host.cc ('k') | services/shell/runner/host/host_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/runner/host/child_process_host_unittest.cc
diff --git a/mojo/shell/runner/host/child_process_host_unittest.cc b/services/shell/runner/host/child_process_host_unittest.cc
similarity index 96%
rename from mojo/shell/runner/host/child_process_host_unittest.cc
rename to services/shell/runner/host/child_process_host_unittest.cc
index ae513ab4eac64b95627be6fa016b52ef1a7635ab..fce05860e2aec06f4cf91ab7bd69c577470ebfc9 100644
--- a/mojo/shell/runner/host/child_process_host_unittest.cc
+++ b/services/shell/runner/host/child_process_host_unittest.cc
@@ -4,7 +4,7 @@
// Note: This file also tests child_process.*.
-#include "mojo/shell/runner/host/child_process_host.h"
+#include "services/shell/runner/host/child_process_host.h"
#include <utility>
@@ -20,7 +20,7 @@
#include "mojo/edk/embedder/embedder.h"
#include "mojo/edk/embedder/process_delegate.h"
#include "mojo/message_pump/message_pump_mojo.h"
-#include "mojo/shell/native_runner_delegate.h"
+#include "services/shell/native_runner_delegate.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
« no previous file with comments | « services/shell/runner/host/child_process_host.cc ('k') | services/shell/runner/host/host_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698