| Index: services/ui/ws/touch_controller.h
|
| diff --git a/components/mus/ws/touch_controller.h b/services/ui/ws/touch_controller.h
|
| similarity index 86%
|
| rename from components/mus/ws/touch_controller.h
|
| rename to services/ui/ws/touch_controller.h
|
| index 4505ce47164c2ad4118899328f787662514b3eb4..d3296a212e30791aa330001774f052b2590c3ffc 100644
|
| --- a/components/mus/ws/touch_controller.h
|
| +++ b/services/ui/ws/touch_controller.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_WS_TOUCH_CONTROLLER_H_
|
| -#define COMPONENTS_MUS_WS_TOUCH_CONTROLLER_H_
|
| +#ifndef SERVICES_UI_WS_TOUCH_CONTROLLER_H_
|
| +#define SERVICES_UI_WS_TOUCH_CONTROLLER_H_
|
|
|
| #include "base/macros.h"
|
| #include "ui/events/devices/input_device_event_observer.h"
|
| @@ -34,4 +34,4 @@ class TouchController : public ui::InputDeviceEventObserver {
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_TOUCH_CONTROLLER_H_
|
| +#endif // SERVICES_UI_WS_TOUCH_CONTROLLER_H_
|
|
|