| Index: ui/events/devices/device_data_manager.cc
|
| diff --git a/ui/events/device_data_manager.cc b/ui/events/devices/device_data_manager.cc
|
| similarity index 97%
|
| rename from ui/events/device_data_manager.cc
|
| rename to ui/events/devices/device_data_manager.cc
|
| index a9e8578dd1f3d4590020c1b638206a61e02924ad..0977395e18ef1c64536115dca3093b32e1d522a7 100644
|
| --- a/ui/events/device_data_manager.cc
|
| +++ b/ui/events/devices/device_data_manager.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/events/device_data_manager.h"
|
| +#include "ui/events/devices/device_data_manager.h"
|
|
|
| #include "base/at_exit.h"
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| -#include "ui/events/input_device_event_observer.h"
|
| +#include "ui/events/devices/input_device_event_observer.h"
|
| #include "ui/gfx/display.h"
|
| #include "ui/gfx/geometry/point3_f.h"
|
|
|
|
|