| Index: ui/aura/remote_root_window_host_win.cc
|
| diff --git a/ui/aura/remote_root_window_host_win.cc b/ui/aura/remote_root_window_host_win.cc
|
| index 2511a63bc9d49d5f5a717b019764c87c985e8357..9b45761ef0170ff9f5ea35d0838b0127f30f7ca1 100644
|
| --- a/ui/aura/remote_root_window_host_win.cc
|
| +++ b/ui/aura/remote_root_window_host_win.cc
|
| @@ -474,7 +474,7 @@ void RemoteRootWindowHostWin::DispatchKeyboardMessage(ui::EventType type,
|
| uint32 scan_code,
|
| uint32 flags,
|
| bool is_character) {
|
| - if (MessageLoop::current()->IsNested()) {
|
| + if (base::MessageLoop::current()->IsNested()) {
|
| SetVirtualKeyStates(flags);
|
|
|
| uint32 message = is_character ? WM_CHAR :
|
|
|