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

Unified Diff: services/catalog/catalog.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
« no previous file with comments | « net/proxy/proxy_resolver_factory_mojo_unittest.cc ('k') | services/navigation/navigation_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/catalog.cc
diff --git a/services/catalog/catalog.cc b/services/catalog/catalog.cc
index 6b145c6cb1b7a6aedfd77f8c1fa31fabac50bbad..7985ec4a7646005ed45f1bba0467f6df085ebee7 100644
--- a/services/catalog/catalog.cc
+++ b/services/catalog/catalog.cc
@@ -115,7 +115,7 @@ service_manager::mojom::ServicePtr Catalog::TakeService() {
Catalog::Catalog(std::unique_ptr<Store> store)
: store_(std::move(store)), weak_factory_(this) {
- service_manager::mojom::ServiceRequest request = GetProxy(&service_);
+ service_manager::mojom::ServiceRequest request = MakeRequest(&service_);
service_context_.reset(new service_manager::ServiceContext(
base::MakeUnique<ServiceImpl>(this), std::move(request)));
}
« no previous file with comments | « net/proxy/proxy_resolver_factory_mojo_unittest.cc ('k') | services/navigation/navigation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698