diff options
| author | yzshen <yzshen@chromium.org> | 2016-02-24 23:29:27 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2016-02-25 07:30:23 +0000 |
| commit | d414dc34a7f87a2000e09c58b9ddbb5bd6b61463 (patch) | |
| tree | a9ec402cbfbef1da3acde6071d992e2ade92ca8b /components/mus/ws/window_tree_factory.h | |
| parent | d910911b407efde31709e3a766a5ee776db4c626 (diff) | |
| download | chromium_src-d414dc34a7f87a2000e09c58b9ddbb5bd6b61463.zip chromium_src-d414dc34a7f87a2000e09c58b9ddbb5bd6b61463.tar.gz chromium_src-d414dc34a7f87a2000e09c58b9ddbb5bd6b61463.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
Committed: https://crrev.com/632d319842096e6998d174e2f251865979ce2b72
Cr-Commit-Position: refs/heads/master@{#377384}
Review URL: https://codereview.chromium.org/1735583002
Cr-Commit-Position: refs/heads/master@{#377528}
Diffstat (limited to 'components/mus/ws/window_tree_factory.h')
| -rw-r--r-- | components/mus/ws/window_tree_factory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/mus/ws/window_tree_factory.h b/components/mus/ws/window_tree_factory.h index 859a810..e0569c0 100644 --- a/components/mus/ws/window_tree_factory.h +++ b/components/mus/ws/window_tree_factory.h @@ -7,7 +7,7 @@ #include "base/macros.h" #include "components/mus/public/interfaces/window_tree.mojom.h" -#include "mojo/public/cpp/bindings/weak_binding_set.h" +#include "mojo/public/cpp/bindings/binding_set.h" namespace mus { namespace ws { @@ -29,7 +29,7 @@ class WindowTreeFactory : public mus::mojom::WindowTreeFactory { private: ConnectionManager* connection_manager_; - mojo::WeakBindingSet<mus::mojom::WindowTreeFactory> binding_; + mojo::BindingSet<mus::mojom::WindowTreeFactory> binding_; DISALLOW_COPY_AND_ASSIGN(WindowTreeFactory); }; |
