| Index: components/safe_browsing_db/v4_database.h
|
| diff --git a/components/safe_browsing_db/v4_database.h b/components/safe_browsing_db/v4_database.h
|
| index 509939e68be6366928a21ca4071958d50fb574b7..abd445c10e227c5ab9db6bd8a69cf45b7a1b78d5 100644
|
| --- a/components/safe_browsing_db/v4_database.h
|
| +++ b/components/safe_browsing_db/v4_database.h
|
| @@ -67,6 +67,11 @@ class V4Database {
|
| }
|
|
|
| private:
|
| + const scoped_refptr<base::SequencedTaskRunner>& db_task_runner_;
|
| +
|
| + // Map of UpdateListIdentifier to the V4Store.
|
| + StoreMap store_map_;
|
| +
|
| // The factory that controls the creation of V4Database objects.
|
| // This is used *only* by tests.
|
| static V4DatabaseFactory* factory_;
|
|
|