| Index: ui/events/devices/touchscreen_device.h
|
| diff --git a/ui/events/devices/touchscreen_device.h b/ui/events/devices/touchscreen_device.h
|
| index 8c14545106e4c1ce33295bbbf674a6bd63e52e5e..7502f68bf1842b819cf65d1a84bf2e542dfdd378 100644
|
| --- a/ui/events/devices/touchscreen_device.h
|
| +++ b/ui/events/devices/touchscreen_device.h
|
| @@ -18,7 +18,7 @@ struct EVENTS_DEVICES_EXPORT TouchscreenDevice : public InputDevice {
|
| // Creates an invalid touchscreen device.
|
| TouchscreenDevice();
|
|
|
| - TouchscreenDevice(unsigned int id,
|
| + TouchscreenDevice(int id,
|
| InputDeviceType type,
|
| const gfx::Size& size,
|
| int touch_points);
|
|
|