Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1419)

Unified Diff: components/mus/ws/window_tree_factory.h

Issue 1735583002: Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/mus/ws/connection_manager.h ('k') | components/resource_provider/resource_provider_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree_factory.h
diff --git a/components/mus/ws/window_tree_factory.h b/components/mus/ws/window_tree_factory.h
index 859a8108c32eaa6dd610466c79106c3637214821..e0569c09e8a89b92da8219386503bcc2dbf25bcd 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);
};
« no previous file with comments | « components/mus/ws/connection_manager.h ('k') | components/resource_provider/resource_provider_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698