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