Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: chrome/browser/ui/location_bar/origin_chip_info_unittest.cc

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 d91e9b10dc381a2bd76516c3b73aeb7ab79b5e14..f1eec2630fe11325beb8a201d32a4c706c400ee6 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 {
+ virtual 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 {
+ virtual void TearDown() override {
info_.reset();
toolbar_model_.reset();
#if defined(OS_CHROMEOS)
@@ -71,7 +71,7 @@ class OriginChipInfoTest : public ChromeRenderViewHostTestHarness,
}
virtual void OnExtensionIconImageChanged(
- extensions::IconImage* image) OVERRIDE {
+ extensions::IconImage* image) override {
// We keep the value of |image| to check if it's set, but the actual value
// is never used.
icon_image_ = image;
« no previous file with comments | « chrome/browser/ui/location_bar/location_bar_browsertest.cc ('k') | chrome/browser/ui/login/login_interstitial_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698