| Index: chrome/browser/safe_browsing/safe_browsing_database.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_database.cc b/chrome/browser/safe_browsing/safe_browsing_database.cc
|
| index db81dc9486326b706861c15b93f65f8d90b90463..39954d6817bfece318be496830e8828854c184fb 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_database.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_database.cc
|
| @@ -440,9 +440,6 @@ void SafeBrowsingDatabase::RecordFailure(FailureType failure_type) {
|
| SafeBrowsingDatabaseNew::SafeBrowsingDatabaseNew()
|
| : creation_loop_(base::MessageLoop::current()),
|
| browse_store_(new SafeBrowsingStoreFile),
|
| - download_store_(NULL),
|
| - csd_whitelist_store_(NULL),
|
| - download_whitelist_store_(NULL),
|
| reset_factory_(this),
|
| corruption_detected_(false),
|
| change_detected_(false) {
|
|
|