Chromium Code Reviews| 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..59cf9a6956751edf7b962fc91314e588f59e1ee5 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 = 8; | 
| 
 
alexilin
2017/03/27 15:32:00
nit:
Why 8 after 6? :)
 
trevordixon
2017/03/28 11:10:41
Forgot I already updated that!
 
 | 
| // Helper functions below help perform functions on the Url and host table | 
| // using the same code. |