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 fed036e5cd0acaf2e71b3400dd44f125ff50e122..ec8439073211517f94a48150245ff6cee2238a6c 100644 |
--- a/chrome/browser/browsing_data/browsing_data_remover.cc |
+++ b/chrome/browser/browsing_data/browsing_data_remover.cc |
@@ -436,7 +436,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 |