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

Unified Diff: mojo/icu/icu.cc

Issue 1150563003: Rename InterfacePtr's WaitForIncomingMethodCall() -> WaitForIncomingResponse(). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « examples/surfaces_app/child_impl.cc ('k') | mojo/public/cpp/bindings/interface_ptr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/icu/icu.cc
diff --git a/mojo/icu/icu.cc b/mojo/icu/icu.cc
index 454d5f6a674c69a6d3722041432ed5d743b822b0..079d19b0d5ea9aaec36b82618f805e56b05944a6 100644
--- a/mojo/icu/icu.cc
+++ b/mojo/icu/icu.cc
@@ -44,7 +44,7 @@ void Initialize(ApplicationImpl* app) {
icu_data::ICUDataPtr icu_data;
app->ConnectToService("mojo:icu_data", &icu_data);
icu_data->Map(kDataHash, Callback());
- icu_data.WaitForIncomingMethodCall();
+ icu_data.WaitForIncomingResponse();
}
} // namespace icu
« no previous file with comments | « examples/surfaces_app/child_impl.cc ('k') | mojo/public/cpp/bindings/interface_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698