| Index: chrome/browser/password_manager/password_store_win_unittest.cc
|
| diff --git a/chrome/browser/password_manager/password_store_win_unittest.cc b/chrome/browser/password_manager/password_store_win_unittest.cc
|
| index 177c62cee3c3fc5cd5aa9928e5e948a22d278852..9ea2320471c83787aca6ae2e312e1c47ff1cc308 100644
|
| --- a/chrome/browser/password_manager/password_store_win_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_win_unittest.cc
|
| @@ -114,7 +114,7 @@ class PasswordStoreWinTest : public testing::Test {
|
| return true;
|
| }
|
|
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| ASSERT_TRUE(db_thread_.Start());
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
|
|
| @@ -134,7 +134,7 @@ class PasswordStoreWinTest : public testing::Test {
|
| wds_->Init();
|
| }
|
|
|
| - virtual void TearDown() {
|
| + void TearDown() override {
|
| if (store_.get())
|
| store_->Shutdown();
|
| wds_->ShutdownOnUIThread();
|
|
|