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

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

Issue 671653002: Standardize usage of virtual/override/final in chrome/browser/ui/ (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 f1eec2630fe11325beb8a201d32a4c706c400ee6..5f63c3b22edd92de0f5ef110d602ebbab84c0cf8 100644
--- a/chrome/browser/ui/location_bar/origin_chip_info_unittest.cc
+++ b/chrome/browser/ui/location_bar/origin_chip_info_unittest.cc
@@ -70,8 +70,7 @@ class OriginChipInfoTest : public ChromeRenderViewHostTestHarness,
ChromeRenderViewHostTestHarness::TearDown();
}
- virtual void OnExtensionIconImageChanged(
- extensions::IconImage* image) override {
+ void OnExtensionIconImageChanged(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;

Powered by Google App Engine
This is Rietveld 408576698