Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(770)

Unified Diff: examples/notification_generator/notification_generator.cc

Issue 1250463002: Renames WeakBindingSet to BindingSet. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebasing Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/nfc_sender/nfc_sender.cc ('k') | examples/window_manager/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « examples/nfc_sender/nfc_sender.cc ('k') | examples/window_manager/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698