| Index: content/browser/net/sqlite_persistent_cookie_store.cc
|
| diff --git a/content/browser/net/sqlite_persistent_cookie_store.cc b/content/browser/net/sqlite_persistent_cookie_store.cc
|
| index ebe41edb330e92a0d8a094cbb13eae72bade9169..12cfd62c89f5871b8f48ab0d20fe5d9ad0708da9 100644
|
| --- a/content/browser/net/sqlite_persistent_cookie_store.cc
|
| +++ b/content/browser/net/sqlite_persistent_cookie_store.cc
|
| @@ -76,7 +76,6 @@ class SQLitePersistentCookieStore::Backend
|
| bool restore_old_session_cookies,
|
| quota::SpecialStoragePolicy* special_storage_policy)
|
| : path_(path),
|
| - db_(NULL),
|
| num_pending_(0),
|
| force_keep_session_state_(false),
|
| initialized_(false),
|
| @@ -87,8 +86,7 @@ class SQLitePersistentCookieStore::Backend
|
| client_task_runner_(client_task_runner),
|
| background_task_runner_(background_task_runner),
|
| num_priority_waiting_(0),
|
| - total_priority_requests_(0) {
|
| - }
|
| + total_priority_requests_(0) {}
|
|
|
| // Creates or loads the SQLite database.
|
| void Load(const LoadedCallback& loaded_callback);
|
|
|