diff options
author | yzshen <yzshen@chromium.org> | 2016-02-24 13:20:38 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-24 21:21:37 +0000 |
commit | 632d319842096e6998d174e2f251865979ce2b72 (patch) | |
tree | d968b302a35fa7dafdec12543de11be792b39be5 /components/resource_provider | |
parent | af3183b9beff7b9b04d8ef78e065cde88c227d4d (diff) | |
download | chromium_src-632d319842096e6998d174e2f251865979ce2b72.zip chromium_src-632d319842096e6998d174e2f251865979ce2b72.tar.gz chromium_src-632d319842096e6998d174e2f251865979ce2b72.tar.bz2 |
Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.
This CL also renames the element type (WeakBinding/WeakInterfacePtr) to Element and hide them in the corresonding *Set class.
BUG=None
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation
Review URL: https://codereview.chromium.org/1735583002
Cr-Commit-Position: refs/heads/master@{#377384}
Diffstat (limited to 'components/resource_provider')
-rw-r--r-- | components/resource_provider/resource_provider_app.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/resource_provider/resource_provider_app.h b/components/resource_provider/resource_provider_app.h index 4897d0c..056c97f 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 |