| Index: ash/test/virtual_keyboard_test_helper.cc
|
| diff --git a/ash/test/virtual_keyboard_test_helper.cc b/ash/test/virtual_keyboard_test_helper.cc
|
| index 10a80a7016a0784e739fd542be09e36b59c25b72..d58569668619ef2b5ecf4b739a667ad294168667 100644
|
| --- a/ash/test/virtual_keyboard_test_helper.cc
|
| +++ b/ash/test/virtual_keyboard_test_helper.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "ash/test/virtual_keyboard_test_helper.h"
|
|
|
| -#include "ui/events/device_data_manager.h"
|
| -#include "ui/events/device_hotplug_event_observer.h"
|
| -#include "ui/events/input_device.h"
|
| -#include "ui/events/keyboard_device.h"
|
| -#include "ui/events/touchscreen_device.h"
|
| +#include "ui/events/devices/device_data_manager.h"
|
| +#include "ui/events/devices/device_hotplug_event_observer.h"
|
| +#include "ui/events/devices/input_device.h"
|
| +#include "ui/events/devices/keyboard_device.h"
|
| +#include "ui/events/devices/touchscreen_device.h"
|
|
|
| namespace ash {
|
| namespace test {
|
|
|