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

Unified Diff: examples/echo_terminal/main.cc

Issue 1250463002: Renames WeakBindingSet to BindingSet. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixes test name to be canonical. 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
Index: examples/echo_terminal/main.cc
diff --git a/examples/echo_terminal/main.cc b/examples/echo_terminal/main.cc
index 5bd131188a29e7ddef3f04fd1f96ed7e7c15d2c5..548a463aff46151c505972208205d71eb173361a 100644
--- a/examples/echo_terminal/main.cc
+++ b/examples/echo_terminal/main.cc
@@ -7,7 +7,7 @@
#include "base/logging.h"
#include "base/macros.h"
#include "mojo/application/application_runner_chromium.h"
-#include "mojo/common/weak_binding_set.h"
+#include "mojo/common/binding_set.h"
#include "mojo/public/c/system/main.h"
#include "mojo/public/cpp/application/application_connection.h"
#include "mojo/public/cpp/application/application_delegate.h"
@@ -124,7 +124,7 @@ class EchoTerminalApp
(new TerminalEchoer(terminal.Pass()))->StartReading();
}
- mojo::WeakBindingSet<mojo::terminal::TerminalClient> terminal_clients_;
+ mojo::BindingSet<mojo::terminal::TerminalClient> terminal_clients_;
DISALLOW_COPY_AND_ASSIGN(EchoTerminalApp);
};

Powered by Google App Engine
This is Rietveld 408576698