Chromium Code Reviews| Index: mojo/shell/run.cc |
| diff --git a/mojo/shell/run.cc b/mojo/shell/run.cc |
| index a91a123517edc66a55c0ef27ea179301e5849f31..34cdfc89ba76db2df225c29b928d1fc6fbda2e06 100644 |
| --- a/mojo/shell/run.cc |
| +++ b/mojo/shell/run.cc |
| @@ -36,7 +36,8 @@ void Run(Context* context) { |
| return; |
| } |
| ScopedMessagePipeHandle no_handle; |
| - context->service_manager()->ConnectToService(GURL(*it), no_handle.Pass()); |
| + context->service_manager()->ConnectToService( |
| + GURL(*it), std::string(), no_handle.Pass()); |
| } |
| } |