| Index: chrome/browser/safe_browsing/safe_browsing_store_file.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_store_file.cc b/chrome/browser/safe_browsing/safe_browsing_store_file.cc
|
| index 8661faf3ca6a3904c3ba221e25c1a751049ee736..bdc5232de03a61ffca2333cc58bffa83c15dbfc5 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_store_file.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_store_file.cc
|
| @@ -201,11 +201,7 @@ void SafeBrowsingStoreFile::CheckForOriginalAndDelete(
|
| }
|
|
|
| SafeBrowsingStoreFile::SafeBrowsingStoreFile()
|
| - : chunks_written_(0),
|
| - file_(NULL),
|
| - empty_(false),
|
| - corruption_seen_(false) {
|
| -}
|
| + : chunks_written_(0), empty_(false), corruption_seen_(false) {}
|
|
|
| SafeBrowsingStoreFile::~SafeBrowsingStoreFile() {
|
| Close();
|
|
|