Index: components/safe_browsing/base_ui_manager.cc |
diff --git a/components/safe_browsing/base_ui_manager.cc b/components/safe_browsing/base_ui_manager.cc |
index 97b1efa9a2c6b432984baf091f3ff5d55ea86b7d..5a63b61587158cdd974012d47e7c29ef095d4f4b 100644 |
--- a/components/safe_browsing/base_ui_manager.cc |
+++ b/components/safe_browsing/base_ui_manager.cc |
@@ -244,12 +244,12 @@ void BaseUIManager::ShowBlockingPageForResource( |
BaseBlockingPage::ShowBlockingPage(this, resource); |
} |
-// A safebrowsing hit is sent after a blocking page for malware/phishing |
+// A SafeBrowsing hit is sent after a blocking page for malware/phishing |
// or after the warning dialog for download urls, only for extended_reporting |
// users who are not in incognito mode. |
void BaseUIManager::MaybeReportSafeBrowsingHit( |
const HitReport& hit_report, |
- content::WebContents* web_contents) { |
+ const content::WebContents* web_contents) { |
DCHECK_CURRENTLY_ON(BrowserThread::UI); |
return; |
} |