| 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 221eda7ed8a2470b692a5a341b949ef377cd31cd..c0e3ead263fa9864e01f6dd5868695cc3bad55c2 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -160,14 +160,14 @@ 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()->MoveToTaskRunner(
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
|
| #endif
|
| #if defined(OS_ANDROID) || defined(OS_IOS)
|
| io_data_->data_reduction_proxy_enabled()->Init(
|
| data_reduction_proxy::prefs::kDataReductionProxyEnabled,
|
| profile_->GetPrefs());
|
| - io_data_->data_reduction_proxy_enabled()->MoveToThread(
|
| + io_data_->data_reduction_proxy_enabled()->MoveToTaskRunner(
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
|
| #endif
|
| io_data_->InitializeOnUIThread(profile_);
|
|
|