| Index: ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev.h b/ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| index f85e0febdc0dc1126ceed9e7bc5ef4ff7dff4fcc..83aa13ac1a8f819c684c2e96ed6f4c43b3eb620d 100644
|
| --- a/ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| +++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h
|
| @@ -33,8 +33,8 @@ class EVENTS_OZONE_EVDEV_EXPORT TouchEventConverterEvdev
|
| virtual ~TouchEventConverterEvdev();
|
|
|
| // EventConverterEvdev:
|
| - virtual bool HasTouchscreen() const OVERRIDE;
|
| - virtual gfx::Size GetTouchscreenSize() const OVERRIDE;
|
| + virtual bool HasTouchscreen() const override;
|
| + virtual gfx::Size GetTouchscreenSize() const override;
|
|
|
| private:
|
| friend class MockTouchEventConverterEvdev;
|
| @@ -43,7 +43,7 @@ class EVENTS_OZONE_EVDEV_EXPORT TouchEventConverterEvdev
|
| void Init(const EventDeviceInfo& info);
|
|
|
| // Overidden from base::MessagePumpLibevent::Watcher.
|
| - virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
|
| + virtual void OnFileCanReadWithoutBlocking(int fd) override;
|
|
|
| virtual bool Reinitialize();
|
|
|
|
|