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

Unified Diff: ui/views/event_monitor_aura.h

Issue 819943002: Standardize usage of virtual/override/final specifiers in ui/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « ui/views/controls/scrollbar/base_scroll_bar_thumb.h ('k') | ui/views/mouse_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/event_monitor_aura.h
diff --git a/ui/views/event_monitor_aura.h b/ui/views/event_monitor_aura.h
index d89ffc3f5e4fc75d8e507343b2aad19f6335e0cf..64f1c48c8907e809d25c95b038a2b796b280182e 100644
--- a/ui/views/event_monitor_aura.h
+++ b/ui/views/event_monitor_aura.h
@@ -18,7 +18,7 @@ class EventMonitorAura : public EventMonitor {
public:
EventMonitorAura(ui::EventHandler* event_handler,
ui::EventTarget* event_target);
- virtual ~EventMonitorAura();
+ ~EventMonitorAura() override;
private:
ui::EventHandler* event_handler_; // Weak. Owned by our owner.
« no previous file with comments | « ui/views/controls/scrollbar/base_scroll_bar_thumb.h ('k') | ui/views/mouse_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698