| Index: mash/screenlock/screenlock.h
|
| diff --git a/mash/screenlock/screenlock.h b/mash/screenlock/screenlock.h
|
| index 07f9de50229097e956c80094e3374336120f8f27..e05a46cb0e9983f07d84d7cca5e3d5e09f26d5b4 100644
|
| --- a/mash/screenlock/screenlock.h
|
| +++ b/mash/screenlock/screenlock.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "mash/shell/public/interfaces/shell.mojom.h"
|
| -#include "mojo/public/cpp/bindings/weak_binding_set.h"
|
| +#include "mojo/public/cpp/bindings/binding_set.h"
|
| #include "mojo/services/tracing/public/cpp/tracing_impl.h"
|
| #include "mojo/shell/public/cpp/shell_client.h"
|
|
|
| @@ -38,7 +38,7 @@ class Screenlock : public mojo::ShellClient,
|
| mojo::Shell* shell_;
|
| mojo::TracingImpl tracing_;
|
| scoped_ptr<views::AuraInit> aura_init_;
|
| - mojo::WeakBindingSet<mash::shell::mojom::ScreenlockStateListener> bindings_;
|
| + mojo::BindingSet<mash::shell::mojom::ScreenlockStateListener> bindings_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(Screenlock);
|
| };
|
|
|