| Index: ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc
|
| index 2bf23c9c70a6e5ae0415280013a141b13d3d0b2e..62348f12b01937e4b7d302154ded09ba0cfc3337 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc
|
| @@ -368,7 +368,7 @@ void DesktopRootWindowHostX11::Close() {
|
| // we don't destroy the window before the callback returned (as the caller
|
| // may delete ourselves on destroy and the ATL callback would still
|
| // dereference us when the callback returns).
|
| - MessageLoop::current()->PostTask(
|
| + base::MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
| base::Bind(&DesktopRootWindowHostX11::CloseNow,
|
| close_widget_factory_.GetWeakPtr()));
|
|
|