Index: components/browsing_data/storage_partition_http_cache_data_remover.cc |
diff --git a/components/browsing_data/storage_partition_http_cache_data_remover.cc b/components/browsing_data/storage_partition_http_cache_data_remover.cc |
index 773718db66ecd89f87ff57445986d3346760413c..c262ddf5be242c9ad2b2e99c95f95df2a244d8f6 100644 |
--- a/components/browsing_data/storage_partition_http_cache_data_remover.cc |
+++ b/components/browsing_data/storage_partition_http_cache_data_remover.cc |
@@ -178,7 +178,7 @@ void StoragePartitionHttpCacheDataRemover::DoClearCache(int rv) { |
// |cache_| can be null if it cannot be initialized. |
if (cache_) { |
if (!url_predicate_.is_null()) { |
- (new ConditionalCacheDeletionHelper( |
+ rv = (new ConditionalCacheDeletionHelper( |
cache_, |
ConditionalCacheDeletionHelper::CreateURLAndTimeCondition( |
url_predicate_, |