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 ca00a8056d4480cee697099222fa8a72d564c546..98d651bdd6bdb85c0865d7195befc9bc0a0559aa 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -323,7 +323,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( |