| Index: chrome/browser/ui/location_bar/origin_chip_info_unittest.cc
|
| diff --git a/chrome/browser/ui/location_bar/origin_chip_info_unittest.cc b/chrome/browser/ui/location_bar/origin_chip_info_unittest.cc
|
| index 5f63c3b22edd92de0f5ef110d602ebbab84c0cf8..12a17942904190e3f1cf1b2de964f61d4f84ab25 100644
|
| --- a/chrome/browser/ui/location_bar/origin_chip_info_unittest.cc
|
| +++ b/chrome/browser/ui/location_bar/origin_chip_info_unittest.cc
|
| @@ -52,7 +52,7 @@ class OriginChipInfoTest : public ChromeRenderViewHostTestHarness,
|
| EXPECT_EQ(expect_update, info_->Update(web_contents(), toolbar_model()));
|
| }
|
|
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| ChromeRenderViewHostTestHarness::SetUp();
|
| #if defined(OS_CHROMEOS)
|
| test_user_manager_.reset(new chromeos::ScopedTestUserManager());
|
| @@ -61,7 +61,7 @@ class OriginChipInfoTest : public ChromeRenderViewHostTestHarness,
|
| info_.reset(new OriginChipInfo(this, profile()));
|
| }
|
|
|
| - virtual void TearDown() override {
|
| + void TearDown() override {
|
| info_.reset();
|
| toolbar_model_.reset();
|
| #if defined(OS_CHROMEOS)
|
|
|