| Index: chrome/installer/util/create_dir_work_item_unittest.cc
|
| diff --git a/chrome/installer/util/create_dir_work_item_unittest.cc b/chrome/installer/util/create_dir_work_item_unittest.cc
|
| index 22213d68b07006a78f416577e6a124f05ef98025..07ce8741e73905f5fb32db6cf949f75c2dd0a164 100644
|
| --- a/chrome/installer/util/create_dir_work_item_unittest.cc
|
| +++ b/chrome/installer/util/create_dir_work_item_unittest.cc
|
| @@ -16,9 +16,7 @@
|
| namespace {
|
| class CreateDirWorkItemTest : public testing::Test {
|
| protected:
|
| - virtual void SetUp() {
|
| - ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| - }
|
| + void SetUp() override { ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); }
|
|
|
| base::ScopedTempDir temp_dir_;
|
| };
|
|
|