| Index: content/test/fake_plugin_service.cc
|
| diff --git a/content/test/fake_plugin_service.cc b/content/test/fake_plugin_service.cc
|
| index 280ba4d54039dcd171e943ab652d37bef15a9573..f34ac599adc77ee960d18102fd9918f01ca8648e 100644
|
| --- a/content/test/fake_plugin_service.cc
|
| +++ b/content/test/fake_plugin_service.cc
|
| @@ -29,7 +29,7 @@ bool FakePluginService::GetPluginInfo(int render_process_id,
|
| int render_frame_id,
|
| ResourceContext* context,
|
| const GURL& url,
|
| - const GURL& page_url,
|
| + const url::Origin& main_frame_origin,
|
| const std::string& mime_type,
|
| bool allow_wildcard,
|
| bool* is_stale,
|
|
|