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

Unified Diff: shell/out_of_process_dynamic_service_runner.cc

Issue 775343004: Move //mojo/shell to //shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « shell/out_of_process_dynamic_service_runner.h ('k') | shell/shell_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/out_of_process_dynamic_service_runner.cc
diff --git a/mojo/shell/out_of_process_dynamic_service_runner.cc b/shell/out_of_process_dynamic_service_runner.cc
similarity index 89%
rename from mojo/shell/out_of_process_dynamic_service_runner.cc
rename to shell/out_of_process_dynamic_service_runner.cc
index cec762cdefde5e311f618f1da906c3b0f030c442..f0d32a2240ed8157f316048a06bdf2395da08288 100644
--- a/mojo/shell/out_of_process_dynamic_service_runner.cc
+++ b/shell/out_of_process_dynamic_service_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/out_of_process_dynamic_service_runner.h"
+#include "shell/out_of_process_dynamic_service_runner.h"
#include "base/bind.h"
#include "base/callback_helpers.h"
@@ -42,9 +42,8 @@ void OutOfProcessDynamicServiceRunner::Start(
// TODO(vtl): |app_path.AsUTF8Unsafe()| is unsafe.
app_child_process_host_->controller()->StartApp(
- app_path.AsUTF8Unsafe(),
- ScopedMessagePipeHandle(MessagePipeHandle(
- service_handle.release().value())));
+ app_path.AsUTF8Unsafe(), ScopedMessagePipeHandle(MessagePipeHandle(
+ service_handle.release().value())));
}
void OutOfProcessDynamicServiceRunner::AppCompleted(int32_t result) {
« no previous file with comments | « shell/out_of_process_dynamic_service_runner.h ('k') | shell/shell_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698