| Index: ui/events/platform/x11/x11_event_source.h
|
| diff --git a/ui/events/platform/x11/x11_event_source.h b/ui/events/platform/x11/x11_event_source.h
|
| index 598afa8aaf7ae048e4e3173128b6ad835c980047..206ca5a13807620ca27a2fab5dede97288a330fc 100644
|
| --- a/ui/events/platform/x11/x11_event_source.h
|
| +++ b/ui/events/platform/x11/x11_event_source.h
|
| @@ -48,8 +48,8 @@ class EVENTS_EXPORT X11EventSource : public PlatformEventSource {
|
|
|
| private:
|
| // PlatformEventSource:
|
| - virtual uint32_t DispatchEvent(XEvent* xevent) OVERRIDE;
|
| - virtual void StopCurrentEventStream() OVERRIDE;
|
| + virtual uint32_t DispatchEvent(XEvent* xevent) override;
|
| + virtual void StopCurrentEventStream() override;
|
|
|
| // The connection to the X11 server used to receive the events.
|
| XDisplay* display_;
|
|
|