summaryrefslogtreecommitdiffstats
path: root/chrome/browser/predictors/resource_prefetch_predictor_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/predictors/resource_prefetch_predictor_tables.h')
-rw-r--r--chrome/browser/predictors/resource_prefetch_predictor_tables.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/predictors/resource_prefetch_predictor_tables.h b/chrome/browser/predictors/resource_prefetch_predictor_tables.h
index d455453..84f0eba 100644
--- a/chrome/browser/predictors/resource_prefetch_predictor_tables.h
+++ b/chrome/browser/predictors/resource_prefetch_predictor_tables.h
@@ -121,7 +121,7 @@ class ResourcePrefetchPredictorTables : public PredictorTableBase {
friend class MockResourcePrefetchPredictorTables;
ResourcePrefetchPredictorTables();
- virtual ~ResourcePrefetchPredictorTables();
+ ~ResourcePrefetchPredictorTables() override;
// Helper functions below help perform functions on the Url and host table
// using the same code.
@@ -137,8 +137,8 @@ class ResourcePrefetchPredictorTables : public PredictorTableBase {
bool StringsAreSmallerThanDBLimit(const PrefetchData& data) const;
// PredictorTableBase methods.
- virtual void CreateTableIfNonExistent() override;
- virtual void LogDatabaseStats() override;
+ void CreateTableIfNonExistent() override;
+ void LogDatabaseStats() override;
// Helpers to return Statements for cached Statements. The caller must take
// ownership of the return Statements.