Index: chrome/browser/browsing_data/browsing_data_remover.cc |
diff --git a/chrome/browser/browsing_data/browsing_data_remover.cc b/chrome/browser/browsing_data/browsing_data_remover.cc |
index 9caff33e5edb12b7685a2f211f52171987a12996..7c7fc988df5fc5b247c1ff060ee06a303e83e307 100644 |
--- a/chrome/browser/browsing_data/browsing_data_remover.cc |
+++ b/chrome/browser/browsing_data/browsing_data_remover.cc |
@@ -435,7 +435,7 @@ void BrowsingDataRemover::RemoveImpl(int remove_mask, |
// sites a user is logged into. |
ClearLoggedInPredictor(); |
-#if defined(FULL_SAFE_BROWSING) || defined(MOBILE_SAFE_BROWSING) |
+#if defined(SAFE_BROWSING_SERVICE) |
// Clear the safebrowsing cookies only if time period is for "all time". It |
// doesn't make sense to apply the time period of deleting in the last X |
// hours/days to the safebrowsing cookies since they aren't the result of |