| Index: mojo/shell/child_process_host_unittest.cc
|
| diff --git a/mojo/shell/child_process_host_unittest.cc b/mojo/shell/child_process_host_unittest.cc
|
| index 8e8f16d899b9526d8355865c484cb3f1c34e9740..91fe225038ef4f33f0dfb4c3d89a7707ee007b0e 100644
|
| --- a/mojo/shell/child_process_host_unittest.cc
|
| +++ b/mojo/shell/child_process_host_unittest.cc
|
| @@ -20,7 +20,8 @@ namespace {
|
| // Subclass just so we can observe |DidStart()|.
|
| class TestChildProcessHost : public ChildProcessHost {
|
| public:
|
| - explicit TestChildProcessHost(Context* context) : ChildProcessHost(context) {}
|
| + explicit TestChildProcessHost(Context* context)
|
| + : ChildProcessHost(context, std::string()) {}
|
| ~TestChildProcessHost() override {}
|
|
|
| void DidStart(bool success) override {
|
|
|