| 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_;
|
|
|