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 a9afbb02c979d54ff4aa2d585e79a6f90116b44d..299161b8f8be4a219cfe0f4ff88fcfb7e3020a23 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
@@ -163,7 +163,7 @@ void OffTheRecordProfileIOData::Handle::LazyInitialize() const { |
#if defined(FULL_SAFE_BROWSING) || defined(MOBILE_SAFE_BROWSING) |
io_data_->safe_browsing_enabled()->Init(prefs::kSafeBrowsingEnabled, |
profile_->GetPrefs()); |
- io_data_->safe_browsing_enabled()->MoveToThread( |
+ io_data_->safe_browsing_enabled()->UseAlternateTaskRunner( |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)); |
#endif |
io_data_->InitializeOnUIThread(profile_); |