| Index: components/mus/view_coordinate_conversions.h
|
| diff --git a/components/view_manager/view_coordinate_conversions.h b/components/mus/view_coordinate_conversions.h
|
| similarity index 85%
|
| rename from components/view_manager/view_coordinate_conversions.h
|
| rename to components/mus/view_coordinate_conversions.h
|
| index e2325102217c6ecb4169149bf36951934009c5b3..7696dc690b7fc392d0d188306e970b9940f64f46 100644
|
| --- a/components/view_manager/view_coordinate_conversions.h
|
| +++ b/components/mus/view_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_VIEW_MANAGER_VIEW_COORDINATE_CONVERSIONS_H_
|
| -#define COMPONENTS_VIEW_MANAGER_VIEW_COORDINATE_CONVERSIONS_H_
|
| +#ifndef COMPONENTS_MUS_VIEW_COORDINATE_CONVERSIONS_H_
|
| +#define COMPONENTS_MUS_VIEW_COORDINATE_CONVERSIONS_H_
|
|
|
| namespace gfx {
|
| class Point;
|
| @@ -32,4 +32,4 @@ gfx::Rect ConvertRectBetweenViews(const ServerView* from,
|
|
|
| } // namespace view_manager
|
|
|
| -#endif // COMPONENTS_VIEW_MANAGER_VIEW_COORDINATE_CONVERSIONS_H_
|
| +#endif // COMPONENTS_MUS_VIEW_COORDINATE_CONVERSIONS_H_
|
|
|