| Index: shell/app_child_process_host.cc
|
| diff --git a/shell/app_child_process_host.cc b/shell/app_child_process_host.cc
|
| index 61951ac7c288d2ecb526ab9e39dba6dd27a9a05b..3f97b5ee1d0349a75a4afd399993768332f9b4e5 100644
|
| --- a/shell/app_child_process_host.cc
|
| +++ b/shell/app_child_process_host.cc
|
| @@ -16,7 +16,7 @@ namespace mojo {
|
| namespace shell {
|
|
|
| AppChildProcessHost::AppChildProcessHost(Context* context)
|
| - : ChildProcessHost(context, this), channel_info_(nullptr) {
|
| + : ChildProcessHost(context), channel_info_(nullptr) {
|
| }
|
|
|
| AppChildProcessHost::~AppChildProcessHost() {
|
|
|