Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: ui/events/devices/device_data_manager.cc

Issue 2019413002: Remove KeyboardDevice class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes for comments. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/events/devices/device_data_manager.h ('k') | ui/events/devices/device_hotplug_event_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/devices/device_data_manager.cc
diff --git a/ui/events/devices/device_data_manager.cc b/ui/events/devices/device_data_manager.cc
index 122a5a712fc1619eb56950b78deebf9028e7389c..46d2029c725f4f9314f984b3b052b6551d1d0954 100644
--- a/ui/events/devices/device_data_manager.cc
+++ b/ui/events/devices/device_data_manager.cc
@@ -151,7 +151,7 @@ void DeviceDataManager::OnTouchscreenDevicesUpdated(
}
void DeviceDataManager::OnKeyboardDevicesUpdated(
- const std::vector<KeyboardDevice>& devices) {
+ const std::vector<InputDevice>& devices) {
if (devices.size() == keyboard_devices_.size() &&
std::equal(devices.begin(),
devices.end(),
« no previous file with comments | « ui/events/devices/device_data_manager.h ('k') | ui/events/devices/device_hotplug_event_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698