| Index: chrome/browser/ui/views/browser_actions_container.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/browser_actions_container.cc (revision 151481)
|
| +++ chrome/browser/ui/views/browser_actions_container.cc (working copy)
|
| @@ -246,11 +246,11 @@
|
| }
|
|
|
| void BrowserActionsContainer::OnDragEntered(
|
| - const views::DropTargetEvent& event) {
|
| + const ui::DropTargetEvent& event) {
|
| }
|
|
|
| int BrowserActionsContainer::OnDragUpdated(
|
| - const views::DropTargetEvent& event) {
|
| + const ui::DropTargetEvent& event) {
|
| // First check if we are above the chevron (overflow) menu.
|
| if (GetEventHandlerForPoint(event.location()) == chevron_) {
|
| if (!show_menu_task_factory_.HasWeakPtrs() && !overflow_menu_)
|
| @@ -315,7 +315,7 @@
|
| }
|
|
|
| int BrowserActionsContainer::OnPerformDrop(
|
| - const views::DropTargetEvent& event) {
|
| + const ui::DropTargetEvent& event) {
|
| BrowserActionDragData data;
|
| if (!data.Read(event.data()))
|
| return ui::DragDropTypes::DRAG_NONE;
|
|
|