Index: chrome/browser/ui/views/wrench_menu.h |
=================================================================== |
--- chrome/browser/ui/views/wrench_menu.h (revision 151481) |
+++ chrome/browser/ui/views/wrench_menu.h (working copy) |
@@ -50,11 +50,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; |
virtual bool ShowContextMenu(views::MenuItemView* source, |
int id, |
const gfx::Point& p, |