| Index: examples/notification_generator/notification_generator.cc
|
| diff --git a/examples/notification_generator/notification_generator.cc b/examples/notification_generator/notification_generator.cc
|
| index e86b2654435e2a9e0c9cd0d0990827417084e929..11d255681bcc7f844a72cab27c377276c9abd682 100644
|
| --- a/examples/notification_generator/notification_generator.cc
|
| +++ b/examples/notification_generator/notification_generator.cc
|
| @@ -5,7 +5,7 @@
|
| #include "base/bind.h"
|
| #include "base/macros.h"
|
| #include "mojo/application/application_runner_chromium.h"
|
| -#include "mojo/common/weak_binding_set.h"
|
| +#include "mojo/common/binding_set.h"
|
| #include "mojo/public/c/system/main.h"
|
| #include "mojo/public/cpp/application/application_delegate.h"
|
| #include "mojo/public/cpp/application/application_impl.h"
|
| @@ -106,7 +106,7 @@ class NotificationGeneratorDelegate : public mojo::ApplicationDelegate,
|
|
|
| private:
|
| notifications::NotificationServicePtr notification_service_;
|
| - mojo::WeakBindingSet<notifications::NotificationClient> client_bindings_;
|
| + mojo::BindingSet<notifications::NotificationClient> client_bindings_;
|
| notifications::NotificationPtr first_notification_;
|
| notifications::NotificationPtr second_notification_;
|
| notifications::NotificationPtr dismissed_notification_;
|
|
|