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 249137d1326bf8da71d4a228bc7405b5755f9114..6fec9ffdbb2f56b9b889c7884ec25e2964e37a59 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -322,7 +322,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( |