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

Unified Diff: mojo/public/cpp/bindings/tests/wtf_types_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/wtf_types_unittest.cc
diff --git a/mojo/public/cpp/bindings/tests/wtf_types_unittest.cc b/mojo/public/cpp/bindings/tests/wtf_types_unittest.cc
index 16b36d31cc5f5afd0dace363fb55dbd154de60bb..cc2963a5ecdf53022c5b79a6f1a5dbe98380d116 100644
--- a/mojo/public/cpp/bindings/tests/wtf_types_unittest.cc
+++ b/mojo/public/cpp/bindings/tests/wtf_types_unittest.cc
@@ -253,7 +253,7 @@ TEST_F(WTFTypesTest, Serialization_PublicAPI) {
TEST_F(WTFTypesTest, SendString) {
blink::TestWTFPtr ptr;
- TestWTFImpl impl(ConvertInterfaceRequest<TestWTF>(GetProxy(&ptr)));
+ TestWTFImpl impl(ConvertInterfaceRequest<TestWTF>(MakeRequest(&ptr)));
WTF::Vector<WTF::String> strs = ConstructStringArray();
@@ -272,7 +272,7 @@ TEST_F(WTFTypesTest, SendString) {
TEST_F(WTFTypesTest, SendStringArray) {
blink::TestWTFPtr ptr;
- TestWTFImpl impl(ConvertInterfaceRequest<TestWTF>(GetProxy(&ptr)));
+ TestWTFImpl impl(ConvertInterfaceRequest<TestWTF>(MakeRequest(&ptr)));
WTF::Optional<WTF::Vector<WTF::String>> arrs[3];
// arrs[0] is empty.
@@ -298,7 +298,7 @@ TEST_F(WTFTypesTest, SendStringArray) {
TEST_F(WTFTypesTest, SendStringMap) {
blink::TestWTFPtr ptr;
- TestWTFImpl impl(ConvertInterfaceRequest<TestWTF>(GetProxy(&ptr)));
+ TestWTFImpl impl(ConvertInterfaceRequest<TestWTF>(MakeRequest(&ptr)));
WTF::Optional<WTF::HashMap<WTF::String, WTF::String>> maps[3];
// maps[0] is empty.
« no previous file with comments | « mojo/public/cpp/bindings/tests/union_unittest.cc ('k') | mojo/public/cpp/bindings/thread_safe_interface_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698