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

Unified Diff: services/http_server/http_server_impl.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 | « services/http_server/http_server_factory_impl.h ('k') | services/icu_data/icu_data_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/http_server/http_server_impl.h
diff --git a/services/http_server/http_server_impl.h b/services/http_server/http_server_impl.h
index 678bf69e5cace2fe618f5fbbcf2aeef57174af47..7aaa182a5c26e9b816a5323be5887e98abf274b4 100644
--- a/services/http_server/http_server_impl.h
+++ b/services/http_server/http_server_impl.h
@@ -5,7 +5,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/scoped_vector.h"
#include "base/memory/weak_ptr.h"
-#include "mojo/common/weak_binding_set.h"
+#include "mojo/common/binding_set.h"
#include "mojo/public/cpp/bindings/interface_request.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
#include "mojo/services/http_server/public/interfaces/http_request.mojom.h"
@@ -75,7 +75,7 @@ class HttpServerImpl : public HttpServer {
uint16_t assigned_port_;
std::vector<GetPortCallback> pending_get_port_callbacks_;
- mojo::WeakBindingSet<HttpServer> bindings_;
+ mojo::BindingSet<HttpServer> bindings_;
mojo::NetworkServicePtr network_service_;
mojo::TCPBoundSocketPtr bound_socket_;
« no previous file with comments | « services/http_server/http_server_factory_impl.h ('k') | services/icu_data/icu_data_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698