| Index: chrome/installer/util/shell_util_unittest.cc
|
| diff --git a/chrome/installer/util/shell_util_unittest.cc b/chrome/installer/util/shell_util_unittest.cc
|
| index 1897e8b33e7893ab47c9c714d63e936d51dafe0c..0294c43bdbc5f539e06cb8bf36c12619897a588a 100644
|
| --- a/chrome/installer/util/shell_util_unittest.cc
|
| +++ b/chrome/installer/util/shell_util_unittest.cc
|
| @@ -52,7 +52,7 @@ class ShellUtilShortcutTest : public testing::Test {
|
| protected:
|
| ShellUtilShortcutTest() : test_properties_(ShellUtil::CURRENT_USER) {}
|
|
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| dist_ = BrowserDistribution::GetDistribution();
|
| ASSERT_TRUE(dist_ != NULL);
|
| product_.reset(new installer::Product(dist_));
|
| @@ -811,7 +811,7 @@ class ShellUtilRegistryTest : public testing::Test {
|
| ShellUtilRegistryTest() {}
|
|
|
| protected:
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| registry_overrides_.OverrideRegistry(HKEY_CURRENT_USER);
|
|
|
| // .test2 files already have a default application.
|
|
|