| Index: examples/notification_generator/notification_generator.cc
|
| diff --git a/examples/notification_generator/notification_generator.cc b/examples/notification_generator/notification_generator.cc
|
| index 0d7f755879b3fb345751c92e8f468dc0d2f319ba..4d531edfe625b21257fbe9f7c3beb08c35d41e36 100644
|
| --- a/examples/notification_generator/notification_generator.cc
|
| +++ b/examples/notification_generator/notification_generator.cc
|
| @@ -63,7 +63,7 @@ class NotificationGeneratorDelegate : public mojo::ApplicationDelegate,
|
| auto request = mojo::GetProxy(¬ification_client);
|
| client_bindings_.AddBinding(this, request.Pass());
|
| notification_service_->Post(CreateNotificationData(title, text).Pass(),
|
| - notification_client.Pass(),
|
| + notification_client.PassInterfaceHandle(),
|
| GetProxy(notification));
|
| }
|
|
|
|
|