| Index: components/resource_provider/resource_provider_app.h
|
| diff --git a/components/resource_provider/resource_provider_app.h b/components/resource_provider/resource_provider_app.h
|
| index 4897d0c63700c017da15cdf55a309409159e522a..056c97fba78c7f7318e0d8cdb506729adb77bd59 100644
|
| --- a/components/resource_provider/resource_provider_app.h
|
| +++ b/components/resource_provider/resource_provider_app.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/macros.h"
|
| #include "components/resource_provider/public/interfaces/resource_provider.mojom.h"
|
| #include "mojo/public/cpp/bindings/binding.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/interface_factory.h"
|
| #include "mojo/shell/public/cpp/shell_client.h"
|
| @@ -39,7 +39,7 @@ class ResourceProviderApp : public mojo::ShellClient,
|
|
|
| mojo::TracingImpl tracing_;
|
|
|
| - mojo::WeakBindingSet<ResourceProvider> bindings_;
|
| + mojo::BindingSet<ResourceProvider> bindings_;
|
|
|
| // The name of the app that the resource provider code lives in. When using
|
| // core services, it'll be the url of that. Otherwise it'll just be
|
|
|