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

Unified Diff: chrome/test/base/ui_controls_internal_win.cc

Issue 12294029: Fix mismatched prototype in InputDispatcher constructor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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: chrome/test/base/ui_controls_internal_win.cc
===================================================================
--- chrome/test/base/ui_controls_internal_win.cc (revision 183200)
+++ chrome/test/base/ui_controls_internal_win.cc (working copy)
@@ -111,7 +111,7 @@
}
InputDispatcher::InputDispatcher(const base::Closure& task,
- UINT message_waiting_for)
+ WPARAM message_waiting_for)
: task_(task), message_waiting_for_(message_waiting_for) {
InstallHook(this, message_waiting_for == WM_KEYUP);
}
« 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