| Index: ui/views/focus/focus_manager_unittest_win.cc
|
| diff --git a/ui/views/focus/focus_manager_unittest_win.cc b/ui/views/focus/focus_manager_unittest_win.cc
|
| index 6f47d5813a3eb44b4c200f619d64415fdb901d99..d6a98821f5dd010083bc6ccdd39ca32fe2dc48b7 100644
|
| --- a/ui/views/focus/focus_manager_unittest_win.cc
|
| +++ b/ui/views/focus/focus_manager_unittest_win.cc
|
| @@ -201,8 +201,8 @@ TEST_F(FocusManagerTest, CreationForNativeRoot) {
|
|
|
| // Tests that the keyup messages are eaten for accelerators.
|
| // Windows-only, Windows is the only platform that handles accelerators in
|
| -// AcceleratorHandler. NativeWidgetAura/NativeWidgetGtk::OnKeyEvent handles
|
| -// them in other configurations.
|
| +// AcceleratorHandler. NativeWidgetAura::OnKeyEvent handles them in other
|
| +// configurations.
|
| TEST_F(FocusManagerTest, IgnoreKeyupForAccelerators) {
|
| FocusManager* focus_manager = GetFocusManager();
|
| MessageTrackingView* mtv = new MessageTrackingView();
|
|
|