Index: content/child/web_url_loader_impl_unittest.cc |
diff --git a/content/child/web_url_loader_impl_unittest.cc b/content/child/web_url_loader_impl_unittest.cc |
index 4e8a54bfd067487470fcd78b226133d6cf28de9e..a56232c67761351eac96cb359391446dbd8551d5 100644 |
--- a/content/child/web_url_loader_impl_unittest.cc |
+++ b/content/child/web_url_loader_impl_unittest.cc |
@@ -38,6 +38,7 @@ |
#include "third_party/WebKit/public/platform/WebURLRequest.h" |
#include "third_party/WebKit/public/platform/WebURLResponse.h" |
#include "url/gurl.h" |
+#include "url/origin.h" |
namespace content { |
namespace { |
@@ -78,7 +79,7 @@ class TestResourceDispatcher : public ResourceDispatcher { |
std::unique_ptr<ResourceRequest> request, |
int routing_id, |
scoped_refptr<base::SingleThreadTaskRunner> loading_task_runner, |
- const GURL& frame_origin, |
+ const url::Origin& frame_origin, |
std::unique_ptr<RequestPeer> peer, |
blink::WebURLRequest::LoadingIPCType ipc_type, |
mojom::URLLoaderFactory* url_loader_factory, |