Index: content/browser/storage_partition_impl_unittest.cc |
diff --git a/content/browser/storage_partition_impl_unittest.cc b/content/browser/storage_partition_impl_unittest.cc |
index 0492335d6b9d10e1c6d74410404d5ffe685511c6..22078374f5ca3a037c21c167804f4e9a553c13fb 100644 |
--- a/content/browser/storage_partition_impl_unittest.cc |
+++ b/content/browser/storage_partition_impl_unittest.cc |
@@ -100,7 +100,7 @@ void ClearData(content::StoragePartitionImpl* sp, |
base::Time time; |
sp->ClearDataForRange( |
StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE, |
- StoragePartition::kAllStorage, |
+ StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, |
time, time, cb); |
} |