summaryrefslogtreecommitdiffstats
path: root/chrome/browser/predictors/predictor_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/predictors/predictor_database.h')
-rw-r--r--chrome/browser/predictors/predictor_database.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/predictors/predictor_database.h b/chrome/browser/predictors/predictor_database.h
index 624b00b..bc53a9a 100644
--- a/chrome/browser/predictors/predictor_database.h
+++ b/chrome/browser/predictors/predictor_database.h
@@ -19,6 +19,7 @@ namespace predictors {
class AutocompleteActionPredictorTable;
class LoggedInPredictorTable;
class PredictorDatabaseInternal;
+class ResourcePrefetchPredictorTables;
class PredictorDatabase : public KeyedService {
public:
@@ -26,6 +27,7 @@ class PredictorDatabase : public KeyedService {
virtual ~PredictorDatabase();
scoped_refptr<AutocompleteActionPredictorTable> autocomplete_table();
+ scoped_refptr<ResourcePrefetchPredictorTables> resource_prefetch_tables();
scoped_refptr<LoggedInPredictorTable> logged_in_table();
// Used for testing.