| Index: services/ui/ws/window_coordinate_conversions.h
|
| diff --git a/components/mus/ws/window_coordinate_conversions.h b/services/ui/ws/window_coordinate_conversions.h
|
| similarity index 86%
|
| rename from components/mus/ws/window_coordinate_conversions.h
|
| rename to services/ui/ws/window_coordinate_conversions.h
|
| index 39601590a80542a6d0c42a625ffa41f85758bc2d..bce452462df6a0df328288f128f6c88bdeb28ca3 100644
|
| --- a/components/mus/ws/window_coordinate_conversions.h
|
| +++ b/services/ui/ws/window_coordinate_conversions.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_WINDOW_COORDINATE_CONVERSIONS_H_
|
| -#define COMPONENTS_MUS_WS_WINDOW_COORDINATE_CONVERSIONS_H_
|
| +#ifndef SERVICES_UI_WS_WINDOW_COORDINATE_CONVERSIONS_H_
|
| +#define SERVICES_UI_WS_WINDOW_COORDINATE_CONVERSIONS_H_
|
|
|
| namespace gfx {
|
| class Point;
|
| @@ -36,4 +36,4 @@ gfx::Rect ConvertRectBetweenWindows(const ServerWindow* from,
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_WINDOW_COORDINATE_CONVERSIONS_H_
|
| +#endif // SERVICES_UI_WS_WINDOW_COORDINATE_CONVERSIONS_H_
|
|
|