Index: chrome/browser/profiles/profile_impl_io_data.cc |
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc |
index 2d3c9cb02f04e89a0937ba1002fc18db38d83944..721cdc503d890e643c62c66011afd0eba770ee24 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -372,7 +372,7 @@ void ProfileImplIOData::Handle::LazyInitialize() const { |
prefs::kRestoreOnStartup, pref_service); |
io_data_->session_startup_pref()->MoveToThread( |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)); |
-#if defined(FULL_SAFE_BROWSING) || defined(MOBILE_SAFE_BROWSING) |
+#if defined(SAFE_BROWSING_SERVICE) |
io_data_->safe_browsing_enabled()->Init(prefs::kSafeBrowsingEnabled, |
pref_service); |
io_data_->safe_browsing_enabled()->MoveToThread( |