| Index: components/browsing_data/content/conditional_cache_counting_helper.cc
 | 
| diff --git a/components/browsing_data/content/conditional_cache_counting_helper.cc b/components/browsing_data/content/conditional_cache_counting_helper.cc
 | 
| index 05f4f17d49349d700572e85499180940870b1c3c..3cbf8c7ac1621c9056faf0407e049cff0731587e 100644
 | 
| --- a/components/browsing_data/content/conditional_cache_counting_helper.cc
 | 
| +++ b/components/browsing_data/content/conditional_cache_counting_helper.cc
 | 
| @@ -74,7 +74,7 @@ void ConditionalCacheCountingHelper::Finished() {
 | 
|    DCHECK_CURRENTLY_ON(BrowserThread::UI);
 | 
|    DCHECK(!is_finished_);
 | 
|    is_finished_ = true;
 | 
| -  result_callback_.Run(calculation_result_, is_upper_limit_);
 | 
| +  result_callback_.Run(is_upper_limit_, calculation_result_);
 | 
|    base::ThreadTaskRunnerHandle::Get()->DeleteSoon(FROM_HERE, this);
 | 
|  }
 | 
|  
 | 
| 
 |