| Index: base/win/shortcut_unittest.cc
|
| diff --git a/base/win/shortcut_unittest.cc b/base/win/shortcut_unittest.cc
|
| index 4bb227a4701e6c4ddcbcbf9455936770feb14084..794be2364f45f7083498e434fd5bd2b8731bbdc3 100644
|
| --- a/base/win/shortcut_unittest.cc
|
| +++ b/base/win/shortcut_unittest.cc
|
| @@ -25,7 +25,7 @@ static const char kFileContents2[] = "This is another target.";
|
|
|
| class ShortcutTest : public testing::Test {
|
| protected:
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| ASSERT_TRUE(temp_dir_2_.CreateUniqueTempDir());
|
|
|
|
|