Index: third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp |
diff --git a/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp b/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp |
index 61845cc9e7ed0c86bf1796d594011b3386dccc34..59e4da461b650b83b91ad02ab694745aa666ab19 100644 |
--- a/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp |
+++ b/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp |
@@ -38,7 +38,7 @@ TEST(KURLSecurityOriginStructTraitsTest, Basic) { |
base::MessageLoop messageLoop; |
url::mojom::blink::UrlTestPtr proxy; |
- UrlTestImpl impl(GetProxy(&proxy)); |
+ UrlTestImpl impl(MakeRequest(&proxy)); |
const char* serializeCases[] = { |
"http://www.google.com/", "http://user:pass@host.com:888/foo;bar?baz#nop", |