Index: ui/views/widget/desktop_aura/desktop_drag_drop_client_win.h |
diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_win.h b/ui/views/widget/desktop_aura/desktop_drag_drop_client_win.h |
index a8051ca8693b461f957bf760a2f3d953e9e7d450..0da14e008cd1ba484b4dba85bdd509b5491d5853 100644 |
--- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_win.h |
+++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_win.h |
@@ -30,13 +30,13 @@ class VIEWS_EXPORT DesktopDragDropClientWin |
aura::Window* source_window, |
const gfx::Point& root_location, |
int operation, |
- ui::DragDropTypes::DragEventSource source) OVERRIDE; |
+ ui::DragDropTypes::DragEventSource source) override; |
virtual void DragUpdate(aura::Window* target, |
- const ui::LocatedEvent& event) OVERRIDE; |
+ const ui::LocatedEvent& event) override; |
virtual void Drop(aura::Window* target, |
- const ui::LocatedEvent& event) OVERRIDE; |
- virtual void DragCancel() OVERRIDE; |
- virtual bool IsDragDropInProgress() OVERRIDE; |
+ const ui::LocatedEvent& event) override; |
+ virtual void DragCancel() override; |
+ virtual bool IsDragDropInProgress() override; |
void OnNativeWidgetDestroying(HWND window); |