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

Unified Diff: services/shell/runner/host/in_process_native_runner.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
Index: services/shell/runner/host/in_process_native_runner.cc
diff --git a/mojo/shell/runner/host/in_process_native_runner.cc b/services/shell/runner/host/in_process_native_runner.cc
similarity index 92%
rename from mojo/shell/runner/host/in_process_native_runner.cc
rename to services/shell/runner/host/in_process_native_runner.cc
index 823cf5f3b45198ca3ae153f76feeb9fa4e9dc3b1..629d44d5b543cafe0de513193f97b4f29757ca6a 100644
--- a/mojo/shell/runner/host/in_process_native_runner.cc
+++ b/services/shell/runner/host/in_process_native_runner.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/shell/runner/host/in_process_native_runner.h"
+#include "services/shell/runner/host/in_process_native_runner.h"
#include <utility>
@@ -14,9 +14,9 @@
#include "base/thread_task_runner_handle.h"
#include "base/threading/platform_thread.h"
#include "mojo/public/cpp/bindings/interface_request.h"
-#include "mojo/shell/runner/host/native_application_support.h"
-#include "mojo/shell/runner/host/out_of_process_native_runner.h"
-#include "mojo/shell/runner/init.h"
+#include "services/shell/runner/host/native_application_support.h"
+#include "services/shell/runner/host/out_of_process_native_runner.h"
+#include "services/shell/runner/init.h"
namespace mojo {
namespace shell {
« no previous file with comments | « services/shell/runner/host/in_process_native_runner.h ('k') | services/shell/runner/host/in_process_native_runner_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698