Each DatabaseManager gets to decide which stores to track.
V4LocalDatabaseManager now tracks the same lists for updates as well as full hashes.
SafeBrowsingDatabaseManager tracks only API requests.
Also, since hash_tables.h is deprecated, moved all code from base::hash_set to std::unordered_set using sed:
$ sed -i 's/base::hash_set/std::unordered_set/g' *
BUG=
543161,
576864
Committed:
https://crrev.com/824ff459fd925601083cd9204ef6eebaa76d39c1
Cr-Commit-Position: refs/heads/master@{#419014}