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

Unified Diff: mojo/public/cpp/bindings/tests/data_view_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: mojo/public/cpp/bindings/tests/data_view_unittest.cc
diff --git a/mojo/public/cpp/bindings/tests/data_view_unittest.cc b/mojo/public/cpp/bindings/tests/data_view_unittest.cc
index 71f60a8fc2f9119c12f313d3b64b7fc603225956..0ebfda5d129060bacca188ca9ee04cea3f913c99 100644
--- a/mojo/public/cpp/bindings/tests/data_view_unittest.cc
+++ b/mojo/public/cpp/bindings/tests/data_view_unittest.cc
@@ -167,7 +167,7 @@ TEST_F(DataViewTest, EnumArray) {
TEST_F(DataViewTest, InterfaceArray) {
TestInterfacePtr ptr;
- TestInterfaceImpl impl(GetProxy(&ptr));
+ TestInterfaceImpl impl(MakeRequest(&ptr));
TestStructPtr obj(TestStruct::New());
obj->f_interface_array.push_back(std::move(ptr));
« no previous file with comments | « mojo/public/cpp/bindings/tests/bindings_perftest.cc ('k') | mojo/public/cpp/bindings/tests/equals_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698