| Index: content/browser/plugin_service_impl.cc
|
| diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc
|
| index 86859ca85b67499051504ce257cf0d0b88274787..0facca6f5c08549bee2deb8bc0a8fe0e8b397498 100644
|
| --- a/content/browser/plugin_service_impl.cc
|
| +++ b/content/browser/plugin_service_impl.cc
|
| @@ -242,7 +242,7 @@ bool PluginServiceImpl::GetPluginInfo(int render_process_id,
|
| 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,
|
|
|