| Index: ui/views/event_utils_win.cc
|
| diff --git a/ui/views/event_utils_win.cc b/ui/views/event_utils_win.cc
|
| index 3e908889dfa05e25205f108896b2a8c658bd7ba7..fa7e5d2c550b15c648c1583ec11651825b5a0139 100644
|
| --- a/ui/views/event_utils_win.cc
|
| +++ b/ui/views/event_utils_win.cc
|
| @@ -17,7 +17,7 @@ namespace views {
|
| bool RepostLocatedEventWin(HWND window,
|
| const ui::LocatedEvent& event) {
|
| #else
|
| -bool RepostLocatedEvent(gfx::NativeWindow window
|
| +bool RepostLocatedEvent(gfx::NativeWindow window,
|
| const ui::LocatedEvent& event) {
|
| #endif
|
| if (!window)
|
|
|