| Index: components/safe_browsing/base_ui_manager.h | 
| diff --git a/components/safe_browsing/base_ui_manager.h b/components/safe_browsing/base_ui_manager.h | 
| index 1230417c2424fb31b122b51680a91fdbe92b7888..923c5cc7f507b4ba6f29861c33b2f847799833fb 100644 | 
| --- a/components/safe_browsing/base_ui_manager.h | 
| +++ b/components/safe_browsing/base_ui_manager.h | 
| @@ -62,8 +62,7 @@ class BaseUIManager | 
| // This is a no-op in the base class, but should be overridden to report hits | 
| // to the unsafe contents (malware, phishing, unsafe download URL) | 
| // to the server. Can only be called on UI thread. | 
| -  virtual void MaybeReportSafeBrowsingHit( | 
| -      const safe_browsing::HitReport& hit_report); | 
| +  virtual void MaybeReportSafeBrowsingHit(const HitReport& hit_report); | 
|  | 
| // A convenience wrapper method for IsUrlWhitelistedOrPendingForWebContents. | 
| virtual bool IsWhitelisted(const UnsafeResource& resource); | 
|  |