| 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 aee6e41a69ebda173d9cc34b99d1f969fbc657ee..69ae89238819ae396ee14da47dab8d898f2f1842 100644
|
| --- a/chrome/browser/predictors/resource_prefetch_predictor_tables.h
|
| +++ b/chrome/browser/predictors/resource_prefetch_predictor_tables.h
|
| @@ -139,7 +139,7 @@ class ResourcePrefetchPredictorTables : public PredictorTableBase {
|
|
|
| // Database version. Always increment it when any change is made to the data
|
| // schema (including the .proto).
|
| - static constexpr int kDatabaseVersion = 8;
|
| + static constexpr int kDatabaseVersion = 9;
|
|
|
| // PredictorTableBase:
|
| void CreateTableIfNonExistent() override;
|
|
|