Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5516)

Unified Diff: chrome/browser/predictors/resource_prefetch_predictor_tables.h

Issue 2285673002: predictors: Version the resource_prefetch_predictor database. (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 62b9a5f48d00374d55b375c742841baa5d4ed588..a089544274e6e1adb21e7fa1eef17e917b605a6b 100644
--- a/chrome/browser/predictors/resource_prefetch_predictor_tables.h
+++ b/chrome/browser/predictors/resource_prefetch_predictor_tables.h
@@ -152,7 +152,7 @@ class ResourcePrefetchPredictorTables : public PredictorTableBase {
void CreateTableIfNonExistent() override;
void LogDatabaseStats() override;
- bool DropTablesIfOutdated(sql::Connection* db);
+ static bool DropTablesIfOutdated(sql::Connection* db);
// Helpers to return Statements for cached Statements. The caller must take
// ownership of the return Statements.

Powered by Google App Engine
This is Rietveld 408576698