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