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

Unified Diff: mojo/edk/js/tests/js_to_cpp_tests.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 | « mojo/common/common_custom_types_unittest.cc ('k') | mojo/public/cpp/bindings/associated_interface_ptr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/tests/js_to_cpp_tests.cc
diff --git a/mojo/edk/js/tests/js_to_cpp_tests.cc b/mojo/edk/js/tests/js_to_cpp_tests.cc
index b4bddcbbc590ea57158df97b59a5063eb3f33a83..cfd9d646303ef6bbe3305f7c073599871f95ba31 100644
--- a/mojo/edk/js/tests/js_to_cpp_tests.cc
+++ b/mojo/edk/js/tests/js_to_cpp_tests.cc
@@ -388,11 +388,11 @@ class JsToCppTest : public testing::Test {
cpp_side->set_run_loop(&run_loop_);
js_to_cpp::JsSidePtr js_side;
- auto js_side_proxy = GetProxy(&js_side);
+ auto js_side_proxy = MakeRequest(&js_side);
cpp_side->set_js_side(js_side.get());
js_to_cpp::CppSidePtr cpp_side_ptr;
- cpp_side->Bind(GetProxy(&cpp_side_ptr));
+ cpp_side->Bind(MakeRequest(&cpp_side_ptr));
js_side->SetCppSide(std::move(cpp_side_ptr));
« no previous file with comments | « mojo/common/common_custom_types_unittest.cc ('k') | mojo/public/cpp/bindings/associated_interface_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698