| Index: chrome/browser/predictors/loading_stats_collector.h
|
| diff --git a/chrome/browser/predictors/loading_stats_collector.h b/chrome/browser/predictors/loading_stats_collector.h
|
| index c4ad6ed7939662de415bf91b847e38a4f5e70d29..f4c019325c8f101baf0b2344cb9cfe0660d99288 100644
|
| --- a/chrome/browser/predictors/loading_stats_collector.h
|
| +++ b/chrome/browser/predictors/loading_stats_collector.h
|
| @@ -56,8 +56,7 @@ class LoadingStatsCollector {
|
| // actions taken for a given page load if any. The summary is compared with a
|
| // prediction by ResourcePrefetchPredictor as well.
|
| // All results are reported to UMA.
|
| - void RecordPageRequestSummary(
|
| - const ResourcePrefetchPredictor::PageRequestSummary& summary);
|
| + void RecordPageRequestSummary(const PageRequestSummary& summary);
|
| // Evicts all stale stats that are kept in memory. All speculative actions are
|
| // reported and considered as waste.
|
| void CleanupAbandonedStats();
|
|
|