Move predictors SQLite wrappers to //components
We have a feature in //net where we'd like to reuse the SQLite-wrapping
infrastructure implemented in //chrome/browser/predictors. This change,
the first of two CLs comprising this refactor, moves
ResourcePrefetchPredictor's table classes to //components, making only
the smallest possible changes to the classes themselves. The subsequent
followup change will do some renaming in order to make the classes sound
a little more generic.
Bug: 1036494
Change-Id: I5dd8f35d4e135115eeae149099f474e21187c270
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1979366
Commit-Queue: David Van Cleve <[email protected]>
Reviewed-by: Peter Kasting <[email protected]>
Reviewed-by: Victor Costan <[email protected]>
Reviewed-by: Colin Blundell <[email protected]>
Reviewed-by: Alex Ilin <[email protected]>
Cr-Commit-Position: refs/heads/master@{#731714}
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 93be4102..fe6865e 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -224,6 +224,7 @@
"+components/signin/core/browser",
"+components/signin/public",
"+components/spellcheck",
+ "+components/sqlite_proto",
"+components/ssl_errors",
"+components/startup_metric_utils/browser",
"+components/storage_monitor",