| 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 b25643224e7f3d1d23067faee6e28f081e2c88d9..904c59b9d903ceb4d9ce2aa406aedd060d3c9672 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -162,7 +162,7 @@ void OffTheRecordProfileIOData::Handle::LazyInitialize() const {
|
| io_data_->safe_browsing_enabled()->Init(prefs::kSafeBrowsingEnabled,
|
| profile_->GetPrefs());
|
| io_data_->safe_browsing_enabled()->MoveToThread(
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
|
| + BrowserThread::GetTaskRunnerForThread(BrowserThread::IO));
|
| io_data_->InitializeOnUIThread(profile_);
|
| }
|
|
|
|
|