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

Unified Diff: apps/moterm/moterm_view.h

Issue 1250463002: Renames WeakBindingSet to BindingSet. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebasing Created 5 years, 5 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 | « no previous file | examples/echo/echo_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/moterm/moterm_view.h
diff --git a/apps/moterm/moterm_view.h b/apps/moterm/moterm_view.h
index 9fff6978eb93f059e4557ef68e36d95b23888070..72b06e08f2d82b5d206325b77150ae7cec8635c2 100644
--- a/apps/moterm/moterm_view.h
+++ b/apps/moterm/moterm_view.h
@@ -10,7 +10,7 @@
#include "apps/moterm/moterm_model.h"
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "mojo/common/weak_binding_set.h"
+#include "mojo/common/binding_set.h"
#include "mojo/public/cpp/application/interface_factory.h"
#include "mojo/public/cpp/application/service_provider_impl.h"
#include "mojo/public/cpp/bindings/callback.h"
@@ -95,7 +95,7 @@ class MotermView : public mojo::ViewObserver,
mojo::Closure on_closed_callback_;
mojo::ServiceProviderImpl service_provider_impl_;
- mojo::WeakBindingSet<mojo::terminal::Terminal> terminal_bindings_;
+ mojo::BindingSet<mojo::terminal::Terminal> terminal_bindings_;
// TODO(vtl): For some reason, drawing while a frame is already pending (i.e.,
// we've submitted it but haven't gotten a callback) interacts badly with
« no previous file with comments | « no previous file | examples/echo/echo_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698