| Index: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
|
| index 5dbc2b5d6dd652fc228ac7b09e6da8735a300ae3..ed7059a675af831ba1b7ccaebe27c2a2860d9b6e 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
|
| @@ -144,8 +144,8 @@ class DesktopDragDropClientAuraX11::X11DragContext
|
| void MaskOperation(::Atom xdnd_operation, int* drag_operation) const;
|
|
|
| // 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;
|
|
|
| // The atom cache owned by our parent.
|
| ui::X11AtomCache* atom_cache_;
|
|
|