| Index: components/browsing_data/content/conditional_cache_counting_helper.h
|
| diff --git a/components/browsing_data/content/conditional_cache_counting_helper.h b/components/browsing_data/content/conditional_cache_counting_helper.h
|
| index 5a071b78c6c32f3228679607527beffc3f6a29cf..0bca3f364783c88250d6cd34a26d9fe163522136 100644
|
| --- a/components/browsing_data/content/conditional_cache_counting_helper.h
|
| +++ b/components/browsing_data/content/conditional_cache_counting_helper.h
|
| @@ -25,9 +25,9 @@ namespace browsing_data {
|
| // Helper to count the size of the http cache data from a StoragePartition.
|
| class ConditionalCacheCountingHelper {
|
| public:
|
| - // Returns the number bytes in the selected range and if this value is an
|
| - // upper estimate.
|
| - typedef base::Callback<void(int64_t, bool)> CacheCountCallback;
|
| + // Returns if this value is an upper estimate and the number bytes in the
|
| + // selected range.
|
| + typedef base::Callback<void(bool, int64_t)> CacheCountCallback;
|
|
|
| static ConditionalCacheCountingHelper* CreateForRange(
|
| content::StoragePartition* storage_partition,
|
|
|