| Index: ui/aura/root_window_host_win.cc
|
| diff --git a/ui/aura/root_window_host_win.cc b/ui/aura/root_window_host_win.cc
|
| index f2ad0e729ee3c79b77b3e8472548641beb40f56b..eabe4b77394ccf21856b34b7e2755b95c90fe891 100644
|
| --- a/ui/aura/root_window_host_win.cc
|
| +++ b/ui/aura/root_window_host_win.cc
|
| @@ -256,7 +256,7 @@ void RootWindowHostWin::PrepareForShutdown() {
|
|
|
| void RootWindowHostWin::OnClose() {
|
| // TODO: this obviously shouldn't be here.
|
| - MessageLoopForUI::current()->Quit();
|
| + base::MessageLoopForUI::current()->Quit();
|
| }
|
|
|
| LRESULT RootWindowHostWin::OnKeyEvent(UINT message,
|
|
|