| Index: trunk/src/mojo/dbus/dbus_external_service.h
|
| ===================================================================
|
| --- trunk/src/mojo/dbus/dbus_external_service.h (revision 270872)
|
| +++ trunk/src/mojo/dbus/dbus_external_service.h (working copy)
|
| @@ -74,7 +74,7 @@
|
| }
|
| virtual void Activate(ScopedMessagePipeHandle shell_handle) OVERRIDE {
|
| app_.reset(new Application(shell_handle.Pass()));
|
| - app_->AddService<ServiceImpl>();
|
| + app_->AddServiceConnector(new ServiceConnector<ServiceImpl>());
|
| }
|
| private:
|
| DBusExternalService* service_;
|
|
|