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

Unified Diff: services/device_info/device_info.cc

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
Index: services/device_info/device_info.cc
diff --git a/services/device_info/device_info.cc b/services/device_info/device_info.cc
index 5f76d1c0adce928e4bc7d09947f5a387fc563eb8..791bc3a6e8713a0285c9ca6e7ca40b0949f8cb75 100644
--- a/services/device_info/device_info.cc
+++ b/services/device_info/device_info.cc
@@ -4,7 +4,7 @@
#include <cstdlib>
-#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"
@@ -43,7 +43,7 @@ class DeviceInfo : public mojo::ApplicationDelegate,
}
private:
- mojo::WeakBindingSet<mojo::DeviceInfo> binding_;
+ mojo::BindingSet<mojo::DeviceInfo> binding_;
};
} // namespace device_info
« no previous file with comments | « services/authentication/dummy_authentication_app.cc ('k') | services/http_server/http_server_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698