Index: chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.h |
=================================================================== |
--- chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.h (revision 151481) |
+++ chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.h (working copy) |
@@ -66,11 +66,11 @@ |
virtual bool CanDrop(views::MenuItemView* menu, |
const ui::OSExchangeData& data) OVERRIDE; |
virtual int GetDropOperation(views::MenuItemView* item, |
- const views::DropTargetEvent& event, |
+ const ui::DropTargetEvent& event, |
DropPosition* position) OVERRIDE; |
virtual int OnPerformDrop(views::MenuItemView* menu, |
DropPosition position, |
- const views::DropTargetEvent& event) OVERRIDE; |
+ const ui::DropTargetEvent& event) OVERRIDE; |
// These three drag functions offer support for dragging icons out of the |
// overflow menu. |
virtual bool CanDrag(views::MenuItemView* menu) OVERRIDE; |