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

Unified Diff: chrome/browser/ui/views/location_bar/search_button.h

Issue 678093002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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/views/location_bar/search_button.h
diff --git a/chrome/browser/ui/views/location_bar/search_button.h b/chrome/browser/ui/views/location_bar/search_button.h
index 422d8277b6ef7273013d34225ad8b2c01dfe75c5..807116684a2586d133f4cdb297ec1325ef367307 100644
--- a/chrome/browser/ui/views/location_bar/search_button.h
+++ b/chrome/browser/ui/views/location_bar/search_button.h
@@ -14,7 +14,7 @@
class SearchButton : public views::LabelButton {
public:
explicit SearchButton(views::ButtonListener* listener);
- virtual ~SearchButton();
+ ~SearchButton() override;
// Updates the search button icon to a search icon if |is_search| is true, or
// a navigation icon otherwise.

Powered by Google App Engine
This is Rietveld 408576698