| Index: chrome/browser/safe_browsing/client_side_detection_host.h
 | 
| diff --git a/chrome/browser/safe_browsing/client_side_detection_host.h b/chrome/browser/safe_browsing/client_side_detection_host.h
 | 
| index 2384e35c1b72d8f9e1a6c9c4b7abe0229b3eb846..80adafef4de9fdd0b59bef8e42362f3151361073 100644
 | 
| --- a/chrome/browser/safe_browsing/client_side_detection_host.h
 | 
| +++ b/chrome/browser/safe_browsing/client_side_detection_host.h
 | 
| @@ -128,7 +128,7 @@ class ClientSideDetectionHost : public content::WebContentsObserver,
 | 
|  
 | 
|    // Inherited from WebContentsObserver.  This is called once the page is
 | 
|    // done loading.
 | 
| -  void DidStopLoading(content::RenderViewHost* rvh) override;
 | 
| +  void DidStopLoading() override;
 | 
|  
 | 
|    // Returns true if the user has seen a regular SafeBrowsing
 | 
|    // interstitial for the current page.  This is only true if the user has
 | 
| 
 |