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

Unified Diff: services/kiosk_wm/navigator_host_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/icu_data/icu_data_impl.cc ('k') | services/reaper/reaper_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/kiosk_wm/navigator_host_impl.h
diff --git a/services/kiosk_wm/navigator_host_impl.h b/services/kiosk_wm/navigator_host_impl.h
index f258e4f1cae1aa4a3489c11e9ede0632e0c03a1a..740805e4745d37a6d577050dfd21350ae4895a8b 100644
--- a/services/kiosk_wm/navigator_host_impl.h
+++ b/services/kiosk_wm/navigator_host_impl.h
@@ -6,7 +6,7 @@
#define SERVICES_KIOSK_WM_NAVIGATOR_HOST_IMPL_H_
#include "base/memory/weak_ptr.h"
-#include "mojo/common/weak_binding_set.h"
+#include "mojo/common/binding_set.h"
#include "mojo/public/cpp/bindings/interface_request.h"
#include "mojo/services/navigation/public/interfaces/navigation.mojom.h"
@@ -33,7 +33,7 @@ class NavigatorHostImpl : public mojo::NavigatorHost {
int32_t current_index_;
KioskWM* kiosk_wm_;
- mojo::WeakBindingSet<NavigatorHost> bindings_;
+ mojo::BindingSet<NavigatorHost> bindings_;
DISALLOW_COPY_AND_ASSIGN(NavigatorHostImpl);
};
« no previous file with comments | « services/icu_data/icu_data_impl.cc ('k') | services/reaper/reaper_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698