Index: chrome/browser/safe_browsing/threat_details_history.cc |
diff --git a/chrome/browser/safe_browsing/threat_details_history.cc b/chrome/browser/safe_browsing/threat_details_history.cc |
index 4c0c6ec15e1cfef4b55f05aeaed14f0c1951da27..4a01578908c8195916df8e084df26ab487ac4043 100644 |
--- a/chrome/browser/safe_browsing/threat_details_history.cc |
+++ b/chrome/browser/safe_browsing/threat_details_history.cc |
@@ -46,8 +46,8 @@ void ThreatDetailsRedirectsCollector::StartHistoryCollection( |
BrowserThread::PostTask( |
BrowserThread::UI, FROM_HERE, |
- base::Bind(&ThreatDetailsRedirectsCollector::StartGetRedirects, this, |
- urls)); |
+ base::BindOnce(&ThreatDetailsRedirectsCollector::StartGetRedirects, this, |
+ urls)); |
} |
bool ThreatDetailsRedirectsCollector::HasStarted() const { |