| Index: chrome/browser/safe_browsing/safe_browsing_tab_observer.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_tab_observer.cc b/chrome/browser/safe_browsing/safe_browsing_tab_observer.cc
|
| index a625a248d776dfabedaa4a6a2c8d254657bc0dd0..c7c9fb12f031ce687c330a3409869a0ee9352805 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_tab_observer.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_tab_observer.cc
|
| @@ -90,7 +90,7 @@ void SafeBrowsingTabObserver::UpdateSafebrowsingDetectionHost() {
|
| safebrowsing_detection_host_.reset();
|
| }
|
|
|
| - RenderViewHost* rvh = wrapper_->web_contents()->GetRenderViewHost();
|
| + content::RenderViewHost* rvh = wrapper_->web_contents()->GetRenderViewHost();
|
| rvh->Send(new ChromeViewMsg_SetClientSidePhishingDetection(
|
| rvh->GetRoutingID(), safe_browsing));
|
| #endif
|
|
|