| Index: chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc
|
| index 310f63455cda89fe16051d49533227b87b7eb660..765b4702a6daa1373ed62d7860215067b7668bce 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc
|
| @@ -40,7 +40,7 @@ namespace safe_browsing {
|
|
|
| class SafeBrowsingStoreFileTest : public PlatformTest {
|
| public:
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| PlatformTest::SetUp();
|
|
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| @@ -54,7 +54,7 @@ class SafeBrowsingStoreFileTest : public PlatformTest {
|
| base::Unretained(this)));
|
| corruption_detected_ = false;
|
| }
|
| - virtual void TearDown() {
|
| + void TearDown() override {
|
| if (store_.get())
|
| store_->Delete();
|
| store_.reset();
|
|
|