Chromium Code Reviews| Index: mojo/shell/application_manager.cc |
| diff --git a/mojo/shell/application_manager.cc b/mojo/shell/application_manager.cc |
| index 44a0c0d410501711eeab625b5a592601ac0fb1f9..6ac56ec665b0a5c41f3ea69f1a5b4b653304cc99 100644 |
| --- a/mojo/shell/application_manager.cc |
| +++ b/mojo/shell/application_manager.cc |
| @@ -41,7 +41,7 @@ class ApplicationManager::ContentHandlerConnection : public ErrorHandler { |
| GetProxy(&services), nullptr, |
| base::Closure()); |
| MessagePipe pipe; |
| - content_handler_.Bind(pipe.handle0.Pass()); |
| + content_handler_.Bind(InterfacePtrInfo<ContentHandler>(pipe.handle0.Pass(), 0u)); |
|
sky
2015/05/08 19:08:02
nit: > 80.
Ken Rockot(use gerrit already)
2015/05/08 19:12:47
Fixed
|
| services->ConnectToService(ContentHandler::Name_, pipe.handle1.Pass()); |
| content_handler_.set_error_handler(this); |
| } |