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

Unified Diff: services/service_manager/tests/service_manager/service_manager_unittest.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/tests/service_manager/service_manager_unittest.cc
diff --git a/services/service_manager/tests/service_manager/service_manager_unittest.cc b/services/service_manager/tests/service_manager/service_manager_unittest.cc
index 48b8735f193a80e295c95e307191b4802d65e5eb..9c299c5ecf4e113913817530ff4c21c1194392c1 100644
--- a/services/service_manager/tests/service_manager/service_manager_unittest.cc
+++ b/services/service_manager/tests/service_manager/service_manager_unittest.cc
@@ -186,7 +186,7 @@ class ServiceManagerTest : public test::ServiceTest,
service_manager::mojom::kInheritUserID);
service_manager::Connector::ConnectParams params(target);
params.set_client_process_connection(std::move(client),
- GetProxy(&receiver));
+ MakeRequest(&receiver));
std::unique_ptr<service_manager::Connection> connection =
connector()->Connect(&params);
connection->AddConnectionCompletedClosure(
« no previous file with comments | « services/service_manager/tests/lifecycle/lifecycle_unittest.cc ('k') | services/service_manager/tests/util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698