Fix search results being clipped in app list.
[chromium-blink-merge.git] / ui / events / devices / keyboard_device.cc
blob0774548dd09aa960b44576206e9149cfae4f996f
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ui/events/devices/keyboard_device.h"
7 #include <string>
9 #include "ui/events/devices/input_device.h"
11 namespace ui {
13 KeyboardDevice::KeyboardDevice(int id, InputDeviceType type)
14 : InputDevice(id, type) {
17 } // namespace ui