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