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

Unified Diff: third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp

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: 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",

Powered by Google App Engine
This is Rietveld 408576698