Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(967)

Unified Diff: ui/views/event_utils_win.cc

Issue 143003003: Missing comma in event_utils_win.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698