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 ff9c5ea220f9be08f63e4a8f7477c862d644b032..f041f76a7903d3192a6692572d44bcc161f3d7c8 100644 |
--- a/chrome/browser/predictors/resource_prefetch_predictor_tables.h |
+++ b/chrome/browser/predictors/resource_prefetch_predictor_tables.h |
@@ -124,7 +124,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 = 6; |
+ static constexpr int kDatabaseVersion = 7; |
// Helper functions below help perform functions on the Url and host table |
// using the same code. |