| Index: mojo/shell/background/tests/test_service.cc
|
| diff --git a/mojo/shell/background/tests/test_service.cc b/mojo/shell/background/tests/test_service.cc
|
| index 3c9dbbd89c239baf087444e6384d9beb9f2da1ba..4d001afe1b82ebcaaf15afe0fe7cc804a91b84fa 100644
|
| --- a/mojo/shell/background/tests/test_service.cc
|
| +++ b/mojo/shell/background/tests/test_service.cc
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "mojo/public/c/system/main.h"
|
| -#include "mojo/public/cpp/bindings/weak_binding_set.h"
|
| +#include "mojo/public/cpp/bindings/binding_set.h"
|
| #include "mojo/shell/background/tests/test.mojom.h"
|
| #include "mojo/shell/public/cpp/application_runner.h"
|
| #include "mojo/shell/public/cpp/connection.h"
|
| @@ -39,7 +39,7 @@ class TestClient : public ShellClient,
|
| // mojom::TestService
|
| void Test(const TestCallback& callback) override { callback.Run(); }
|
|
|
| - WeakBindingSet<mojom::TestService> bindings_;
|
| + BindingSet<mojom::TestService> bindings_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TestClient);
|
| };
|
|
|