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

Unified Diff: services/icu_data/icu_data_impl.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
« no previous file with comments | « services/http_server/http_server_impl.h ('k') | services/kiosk_wm/navigator_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/icu_data/icu_data_impl.cc
diff --git a/services/icu_data/icu_data_impl.cc b/services/icu_data/icu_data_impl.cc
index 76ec99455a2ca94bdf42eaa3b386d29f483d0700..26908636efd76ae6f093b8e90c6b21e91736d8b6 100644
--- a/services/icu_data/icu_data_impl.cc
+++ b/services/icu_data/icu_data_impl.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#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"
@@ -64,7 +64,7 @@ class ICUDataImpl : public mojo::ApplicationDelegate,
}
scoped_ptr<mojo::SharedBuffer> buffer_;
- mojo::WeakBindingSet<ICUData> bindings_;
+ mojo::BindingSet<ICUData> bindings_;
};
}
« no previous file with comments | « services/http_server/http_server_impl.h ('k') | services/kiosk_wm/navigator_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698