| Index: ui/views/controls/button/button_dropdown.cc
|
| diff --git a/ui/views/controls/button/button_dropdown.cc b/ui/views/controls/button/button_dropdown.cc
|
| index 4261294d05fdd3af81ec5fa3105141ed92752d40..5cb3b2013f3a73f2aa1dc10df1f1e9c119f71078 100644
|
| --- a/ui/views/controls/button/button_dropdown.cc
|
| +++ b/ui/views/controls/button/button_dropdown.cc
|
| @@ -67,7 +67,7 @@ bool ButtonDropDown::OnMousePressed(const ui::MouseEvent& event) {
|
| y_position_on_lbuttondown_ = event.y();
|
|
|
| // Schedule a task that will show the menu.
|
| - MessageLoop::current()->PostDelayedTask(
|
| + base::MessageLoop::current()->PostDelayedTask(
|
| FROM_HERE,
|
| base::Bind(&ButtonDropDown::ShowDropDownMenu,
|
| show_menu_factory_.GetWeakPtr()),
|
|
|