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

Unified Diff: services/reaper/reaper_impl.h

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 | « services/kiosk_wm/navigator_host_impl.h ('k') | services/surfaces/surfaces_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/reaper/reaper_impl.h
diff --git a/services/reaper/reaper_impl.h b/services/reaper/reaper_impl.h
index 760841dce902debf74b9fcf9886ab5efc54999da..ddd2ff25e8c06c44851ccb7cd16242386b490b2c 100644
--- a/services/reaper/reaper_impl.h
+++ b/services/reaper/reaper_impl.h
@@ -9,7 +9,7 @@
#include <set>
#include "base/macros.h"
-#include "mojo/common/weak_binding_set.h"
+#include "mojo/common/binding_set.h"
#include "mojo/public/cpp/application/application_delegate.h"
#include "mojo/public/cpp/application/interface_factory.h"
#include "mojo/public/cpp/bindings/array.h"
@@ -98,7 +98,7 @@ class ReaperImpl : public Diagnostics,
typedef std::map<InternedURL, NodeMap> AppMap;
AppMap nodes_;
- mojo::WeakBindingSet<Diagnostics> diagnostics_bindings_;
+ mojo::BindingSet<Diagnostics> diagnostics_bindings_;
std::set<InternedURL> roots_;
ScythePtr scythe_;
« no previous file with comments | « services/kiosk_wm/navigator_host_impl.h ('k') | services/surfaces/surfaces_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698