Index: chrome/browser/profiles/off_the_record_profile_io_data.cc |
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
index 65ee20fd951857fde1efbcddaf5ba6ecf41af0c8..4277aba8f6c327f8270811fbd388ed94a1c85833 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
@@ -140,7 +140,7 @@ void OffTheRecordProfileIOData::Handle::LazyInitialize() const { |
initialized_ = true; |
#if defined(FULL_SAFE_BROWSING) || defined(MOBILE_SAFE_BROWSING) |
io_data_->safe_browsing_enabled()->Init(prefs::kSafeBrowsingEnabled, |
- profile_->GetPrefs(), NULL); |
+ profile_->GetPrefs()); |
io_data_->safe_browsing_enabled()->MoveToThread( |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)); |
#endif |