| 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);
|
| };
|
|
|