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

Unified Diff: chrome/browser/ui/zoom/zoom_event_manager.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/zoom/zoom_event_manager.h
diff --git a/chrome/browser/ui/zoom/zoom_event_manager.h b/chrome/browser/ui/zoom/zoom_event_manager.h
index 306ce0b7471d47f6ea7bb62007d820ceb344084f..395434ac8d0bfd12fb09789089940a8bb53e26ae 100644
--- a/chrome/browser/ui/zoom/zoom_event_manager.h
+++ b/chrome/browser/ui/zoom/zoom_event_manager.h
@@ -19,7 +19,7 @@ class BrowserContext;
class ZoomEventManager : public base::SupportsUserData::Data {
public:
ZoomEventManager();
- virtual ~ZoomEventManager();
+ ~ZoomEventManager() override;
// Returns the ZoomEventManager for the specified BrowserContext. This
// function creates the ZoomEventManager if it hasn't been created already.

Powered by Google App Engine
This is Rietveld 408576698