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

Unified Diff: shell/out_of_process_dynamic_service_runner.cc

Issue 866283007: clang-format //shell and add a PRESUBMIT.py to keep it clang-formatted. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Remove virtual when there's override. Created 5 years, 10 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 | « shell/dynamic_service_runner.h ('k') | no next file » | 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/shell/out_of_process_dynamic_service_runner.cc b/shell/out_of_process_dynamic_service_runner.cc
index 15be674064849629eab9b31857627c31a577507d..a8260fa2b903897a00d86f20949319e2fc559da7 100644
--- a/shell/out_of_process_dynamic_service_runner.cc
+++ b/shell/out_of_process_dynamic_service_runner.cc
@@ -38,8 +38,7 @@ void OutOfProcessDynamicServiceRunner::Start(
DCHECK(app_completed_callback_.is_null());
app_completed_callback_ = app_completed_callback;
- app_child_process_host_.reset(
- new AppChildProcessHost(context_));
+ app_child_process_host_.reset(new AppChildProcessHost(context_));
app_child_process_host_->Start();
// TODO(vtl): |app_path.AsUTF8Unsafe()| is unsafe.
« no previous file with comments | « shell/dynamic_service_runner.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698