| Index: services/ui/ws/touch_controller.cc
|
| diff --git a/components/mus/ws/touch_controller.cc b/services/ui/ws/touch_controller.cc
|
| similarity index 96%
|
| rename from components/mus/ws/touch_controller.cc
|
| rename to services/ui/ws/touch_controller.cc
|
| index e78b3489dc90b3486f1b6514095d079a1c9b3ff2..36766be2f81450ac410a56d46d12d571e83f2748 100644
|
| --- a/components/mus/ws/touch_controller.cc
|
| +++ b/services/ui/ws/touch_controller.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/ws/touch_controller.h"
|
| +#include "services/ui/ws/touch_controller.h"
|
|
|
| #include <set>
|
| #include <vector>
|
|
|
| #include "base/logging.h"
|
| -#include "components/mus/ws/display.h"
|
| -#include "components/mus/ws/display_manager.h"
|
| +#include "services/ui/ws/display.h"
|
| +#include "services/ui/ws/display_manager.h"
|
| #include "ui/events/devices/device_data_manager.h"
|
| #include "ui/events/devices/touchscreen_device.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|