| Index: content/browser/loader/mime_sniffing_resource_handler_unittest.cc
|
| diff --git a/content/browser/loader/mime_sniffing_resource_handler_unittest.cc b/content/browser/loader/mime_sniffing_resource_handler_unittest.cc
|
| index ed407eb1d68106b55ac9160c73f8f61f9bc26413..b852f3e20f5a340c4d4b4cd1488058f31ec89b55 100644
|
| --- a/content/browser/loader/mime_sniffing_resource_handler_unittest.cc
|
| +++ b/content/browser/loader/mime_sniffing_resource_handler_unittest.cc
|
| @@ -27,6 +27,7 @@
|
| #include "net/url_request/url_request_context.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "url/gurl.h"
|
| +#include "url/origin.h"
|
|
|
| namespace content {
|
|
|
| @@ -209,7 +210,7 @@ class TestFakePluginService : public FakePluginService {
|
| int render_frame_id,
|
| ResourceContext* context,
|
| const GURL& url,
|
| - const GURL& page_url,
|
| + const url::Origin& page_url,
|
| const std::string& mime_type,
|
| bool allow_wildcard,
|
| bool* is_stale,
|
|
|