| 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 df0128203b0664fa7f2923191b79812f28d946ae..87f6929d0eb636b2f96202c77be04abc8d614138 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -157,7 +157,7 @@ void OffTheRecordProfileIOData::Handle::LazyInitialize() const {
|
| // Set initialized_ to true at the beginning in case any of the objects
|
| // below try to get the ResourceContext pointer.
|
| initialized_ = true;
|
| -#if defined(FULL_SAFE_BROWSING) || defined(MOBILE_SAFE_BROWSING)
|
| +#if defined(SAFE_BROWSING_SERVICE)
|
| io_data_->safe_browsing_enabled()->Init(prefs::kSafeBrowsingEnabled,
|
| profile_->GetPrefs());
|
| io_data_->safe_browsing_enabled()->MoveToThread(
|
|
|