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 079b41a32547e314532a0d10a06be1673d50ad68..d75d6f7e2d7db4fe70d7a5ceb418181ab39c1c9b 100644 |
--- a/chrome/browser/browsing_data/browsing_data_remover.cc |
+++ b/chrome/browser/browsing_data/browsing_data_remover.cc |
@@ -469,7 +469,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 |