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

Unified Diff: chrome/browser/ui/find_bar/find_bar_state.h

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/find_bar/find_bar_state.h
diff --git a/chrome/browser/ui/find_bar/find_bar_state.h b/chrome/browser/ui/find_bar/find_bar_state.h
index 39154391483d679a4436ffd5012dd94c88ce45f7..8fcb503ab258d7465deb5ab776ce29b83bd5688b 100644
--- a/chrome/browser/ui/find_bar/find_bar_state.h
+++ b/chrome/browser/ui/find_bar/find_bar_state.h
@@ -17,7 +17,7 @@ class Profile;
class FindBarState : public KeyedService {
public:
FindBarState() {}
- virtual ~FindBarState() {}
+ ~FindBarState() override {}
base::string16 last_prepopulate_text() const {
return last_prepopulate_text_;

Powered by Google App Engine
This is Rietveld 408576698