| Index: chrome/browser/ui/views/browser_actions_container.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/browser_actions_container.cc (revision 74326)
|
| +++ chrome/browser/ui/views/browser_actions_container.cc (working copy)
|
| @@ -699,7 +699,7 @@
|
| int BrowserActionsContainer::OnPerformDrop(
|
| const views::DropTargetEvent& event) {
|
| BrowserActionDragData data;
|
| - if (!data.Read(event.GetData()))
|
| + if (!data.Read(event.data()))
|
| return ui::DragDropTypes::DRAG_NONE;
|
|
|
| // Make sure we have the same view as we started with.
|
|
|