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

Unified Diff: ui/views/event_monitor_mac.h

Issue 850843003: MacViews: Remove redundant virtuals in NativeWidgetMac and co. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20141229-MacViews-bringup2
Patch Set: format Created 5 years, 11 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
« no previous file with comments | « ui/views/controls/native/native_view_host_mac.h ('k') | ui/views/test/event_generator_delegate_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/event_monitor_mac.h
diff --git a/ui/views/event_monitor_mac.h b/ui/views/event_monitor_mac.h
index f208ee4860771329dc6832d4c99320103f588bc9..270cdfe580d2a3e27b62df5103a423ec1c549dba 100644
--- a/ui/views/event_monitor_mac.h
+++ b/ui/views/event_monitor_mac.h
@@ -15,7 +15,7 @@ class EventMonitorMac : public EventMonitor {
public:
EventMonitorMac(ui::EventHandler* event_handler,
gfx::NativeWindow target_window);
- virtual ~EventMonitorMac();
+ ~EventMonitorMac() override;
private:
id monitor_;
« no previous file with comments | « ui/views/controls/native/native_view_host_mac.h ('k') | ui/views/test/event_generator_delegate_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698