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

Unified Diff: url/mojo/url_gurl_struct_traits_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
« no previous file with comments | « ui/views/mus/input_method_mus.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/mojo/url_gurl_struct_traits_unittest.cc
diff --git a/url/mojo/url_gurl_struct_traits_unittest.cc b/url/mojo/url_gurl_struct_traits_unittest.cc
index 4f7e908efc93a4bdc4d44941cd9334ab7dd7b4d9..8556e0a4ca771a1be73f00932eeaabfcd0e7ce8b 100644
--- a/url/mojo/url_gurl_struct_traits_unittest.cc
+++ b/url/mojo/url_gurl_struct_traits_unittest.cc
@@ -38,7 +38,7 @@ TEST(MojoGURLStructTraitsTest, Basic) {
base::MessageLoop message_loop;
mojom::UrlTestPtr proxy;
- UrlTestImpl impl(GetProxy(&proxy));
+ UrlTestImpl impl(MakeRequest(&proxy));
const char* serialize_cases[] = {
"http://www.google.com/",
« no previous file with comments | « ui/views/mus/input_method_mus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698