| Index: chrome/browser/safe_browsing/malware_details_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/malware_details_unittest.cc (revision 110571)
|
| +++ chrome/browser/safe_browsing/malware_details_unittest.cc (working copy)
|
| @@ -217,7 +217,8 @@
|
| resource->url = url;
|
| resource->is_subresource = is_subresource;
|
| resource->threat_type = SafeBrowsingService::URL_MALWARE;
|
| - resource->render_process_host_id = contents()->GetRenderProcessHost()->id();
|
| + resource->render_process_host_id = contents()->GetRenderProcessHost()->
|
| + GetID();
|
| resource->render_view_id = contents()->render_view_host()->routing_id();
|
| }
|
|
|
|
|