| Index: chrome/browser/predictors/resource_prefetch_predictor_tables.h
|
| diff --git a/chrome/browser/predictors/resource_prefetch_predictor_tables.h b/chrome/browser/predictors/resource_prefetch_predictor_tables.h
|
| index 51ddf110e09b24cd50310cab732a4a5bb308b98f..dcbecb4f0ca3ef2fc9f0ff4e8f7c974ae795fc05 100644
|
| --- a/chrome/browser/predictors/resource_prefetch_predictor_tables.h
|
| +++ b/chrome/browser/predictors/resource_prefetch_predictor_tables.h
|
| @@ -70,7 +70,7 @@ class ResourcePrefetchPredictorTables : public PredictorTableBase {
|
|
|
| // PredictorTableBase methods.
|
| virtual void CreateTableIfNonExistent() OVERRIDE;
|
| - virtual void LogDatabaseStats() OVERRIDE;
|
| + virtual void LogDatabaseStats(Profile* profile) OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ResourcePrefetchPredictorTables);
|
| };
|
|
|