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

Unified Diff: examples/wm_flow/app/app.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/wm_flow/app/app.cc
diff --git a/examples/wm_flow/app/app.cc b/examples/wm_flow/app/app.cc
index 7af5ba92b112c2e0b7b658901650e283936041b3..fa55fbaac4b46c40764b56faaab49acb63f22016 100644
--- a/examples/wm_flow/app/app.cc
+++ b/examples/wm_flow/app/app.cc
@@ -11,7 +11,7 @@
#include "examples/wm_flow/app/embedder.mojom.h"
#include "examples/wm_flow/embedded/embeddee.mojom.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"
@@ -69,7 +69,7 @@ class EmbedderImplProvider : public mojo::ServiceProvider {
new EmbedderImpl(mojo::MakeRequest<Embedder>(pipe_handle.Pass()));
}
- mojo::WeakBindingSet<mojo::ServiceProvider> embeddee_exposed_services_;
+ mojo::BindingSet<mojo::ServiceProvider> embeddee_exposed_services_;
DISALLOW_COPY_AND_ASSIGN(EmbedderImplProvider);
};

Powered by Google App Engine
This is Rietveld 408576698