diff options
Diffstat (limited to 'chrome/browser/safe_browsing/safe_browsing_service.h')
-rw-r--r-- | chrome/browser/safe_browsing/safe_browsing_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h index eea01ee..2e4a596 100644 --- a/chrome/browser/safe_browsing/safe_browsing_service.h +++ b/chrome/browser/safe_browsing/safe_browsing_service.h @@ -115,7 +115,7 @@ class SafeBrowsingService UrlCheckResult result) {} // Called when the result of checking a download binary hash is known. - virtual void OnDownloadHashCheckResult(const SBFullHash& hash, + virtual void OnDownloadHashCheckResult(const std::string& hash, UrlCheckResult result) {} }; |