| Index: ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| diff --git a/ui/views/widget/desktop_aura/x11_desktop_handler.h b/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| index e97b68af60df3201c5c35e8edefa8efe3427734f..8a1e61e109c606026eb9b22900d759cf8a82572e 100644
|
| --- a/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| +++ b/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| @@ -57,12 +57,12 @@ class VIEWS_EXPORT X11DesktopHandler : public ui::PlatformEventDispatcher,
|
| void ProcessXEvent(XEvent* event);
|
|
|
| // ui::PlatformEventDispatcher
|
| - virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
|
| - virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
|
| + virtual bool CanDispatchEvent(const ui::PlatformEvent& event) override;
|
| + virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) override;
|
|
|
| // Overridden from aura::EnvObserver:
|
| - virtual void OnWindowInitialized(aura::Window* window) OVERRIDE;
|
| - virtual void OnWillDestroyEnv() OVERRIDE;
|
| + virtual void OnWindowInitialized(aura::Window* window) override;
|
| + virtual void OnWillDestroyEnv() override;
|
|
|
| private:
|
| enum ActiveState {
|
|
|