| Index: chrome/browser/safe_browsing/client_side_detection_host.cc
|
| diff --git a/chrome/browser/safe_browsing/client_side_detection_host.cc b/chrome/browser/safe_browsing/client_side_detection_host.cc
|
| index d4b96966824940b0ea88d760f4d5517049e39f92..0c69c6ef66ef677f7b31648646cc452f906c1f1b 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host.cc
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host.cc
|
| @@ -216,7 +216,7 @@ class ClientSideDetectionHost::ShouldClassifyUrlRequest
|
| // before it is.
|
| VLOG(1) << "Instruct renderer to start phishing detection for URL: "
|
| << params_.url;
|
| - RenderViewHost* rvh = web_contents_->GetRenderViewHost();
|
| + content::RenderViewHost* rvh = web_contents_->GetRenderViewHost();
|
| rvh->Send(new SafeBrowsingMsg_StartPhishingDetection(
|
| rvh->GetRoutingID(), params_.url));
|
| }
|
|
|