| 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 1d9b531b20f81dec61e40d7177dbd70d217852f6..ed3f118627089cbf80251f2415b93add01d68fd6 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.cc
|
| @@ -461,7 +461,7 @@ void BrowsingDataRemover::RemoveImpl(int remove_mask,
|
| storage_partition_remove_mask |=
|
| content::StoragePartition::REMOVE_DATA_MASK_COOKIES;
|
|
|
| -#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
|
|
|