| Index: ui/events/devices/keyboard_device.cc
|
| diff --git a/ui/events/devices/keyboard_device.cc b/ui/events/devices/keyboard_device.cc
|
| index 9e00340e78952f4165c1ebf016bd4422180f8a74..0774548dd09aa960b44576206e9149cfae4f996f 100644
|
| --- a/ui/events/devices/keyboard_device.cc
|
| +++ b/ui/events/devices/keyboard_device.cc
|
| @@ -10,14 +10,8 @@
|
|
|
| namespace ui {
|
|
|
| -KeyboardDevice::KeyboardDevice(int id,
|
| - InputDeviceType type,
|
| - const std::string& name)
|
| - : InputDevice(id, type, name) {
|
| -}
|
| -
|
| -KeyboardDevice::KeyboardDevice(const InputDevice& input_device)
|
| - : InputDevice(input_device) {
|
| +KeyboardDevice::KeyboardDevice(int id, InputDeviceType type)
|
| + : InputDevice(id, type) {
|
| }
|
|
|
| } // namespace ui
|
|
|