| Index: ui/events/devices/keyboard_device.h
|
| diff --git a/ui/events/devices/keyboard_device.h b/ui/events/devices/keyboard_device.h
|
| index 23f275012bb7505944e5f265a0949c7ac28cddb0..fa1c4b7aabba2f877e1a49a1ca5bc0aa7626eb19 100644
|
| --- a/ui/events/devices/keyboard_device.h
|
| +++ b/ui/events/devices/keyboard_device.h
|
| @@ -14,7 +14,7 @@ namespace ui {
|
|
|
| // Represents a Keyboard device state.
|
| struct EVENTS_DEVICES_EXPORT KeyboardDevice : public InputDevice {
|
| - KeyboardDevice(int id, InputDeviceType type, const std::string& name);
|
| + KeyboardDevice(int id, InputDeviceType type);
|
| };
|
|
|
| } // namespace ui
|
|
|