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

Unified Diff: services/service_manager/public/cpp/lib/interface_provider.cc

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 years 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/service_manager/public/cpp/lib/interface_provider.cc
diff --git a/services/service_manager/public/cpp/lib/interface_provider.cc b/services/service_manager/public/cpp/lib/interface_provider.cc
index 2034933c76f367dcf640cadc2251d1139048b1b4..484722e2c1f762a3ec3c6d4bbd55a814dd17677a 100644
--- a/services/service_manager/public/cpp/lib/interface_provider.cc
+++ b/services/service_manager/public/cpp/lib/interface_provider.cc
@@ -10,7 +10,7 @@
namespace service_manager {
InterfaceProvider::InterfaceProvider() : weak_factory_(this) {
- pending_request_ = GetProxy(&interface_provider_);
+ pending_request_ = MakeRequest(&interface_provider_);
}
InterfaceProvider::~InterfaceProvider() {}
« no previous file with comments | « services/service_manager/public/cpp/lib/connector_impl.cc ('k') | services/service_manager/public/cpp/lib/service_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698