Index: ui/wm/core/nested_accelerator_controller_unittest.cc |
diff --git a/ui/wm/core/nested_accelerator_controller_unittest.cc b/ui/wm/core/nested_accelerator_controller_unittest.cc |
index ae8f5f5b2b80c254cbda331b4f5469307d59c7d8..4e55d4f5f26a10d3cd992aab3273672ce81081b8 100644 |
--- a/ui/wm/core/nested_accelerator_controller_unittest.cc |
+++ b/ui/wm/core/nested_accelerator_controller_unittest.cc |
@@ -83,7 +83,6 @@ void DispatchKeyReleaseA(aura::Window* root_window) { |
aura::WindowTreeHost* host = root_window->GetHost(); |
HWND hwnd = host->GetAcceleratedWidget(); |
::PostMessage(hwnd, WM_KEYDOWN, ui::VKEY_A, 0); |
- MSG native_event_up = {NULL, WM_KEYUP, ui::VKEY_A, 0}; |
::PostMessage(hwnd, WM_KEYUP, ui::VKEY_A, 0); |
#elif defined(USE_X11) |
ui::ScopedXI2Event native_event; |