| Index: components/mus/vm/view_coordinate_conversions.h
|
| diff --git a/components/mus/view_coordinate_conversions.h b/components/mus/vm/view_coordinate_conversions.h
|
| similarity index 86%
|
| rename from components/mus/view_coordinate_conversions.h
|
| rename to components/mus/vm/view_coordinate_conversions.h
|
| index 2e8b4948adac5886ea025b51d8df72e551d1a618..ed9e607d4d01aaa66170a9913f2e70aa27b511b3 100644
|
| --- a/components/mus/view_coordinate_conversions.h
|
| +++ b/components/mus/vm/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_MUS_VIEW_COORDINATE_CONVERSIONS_H_
|
| -#define COMPONENTS_MUS_VIEW_COORDINATE_CONVERSIONS_H_
|
| +#ifndef COMPONENTS_MUS_VM_VIEW_COORDINATE_CONVERSIONS_H_
|
| +#define COMPONENTS_MUS_VM_VIEW_COORDINATE_CONVERSIONS_H_
|
|
|
| namespace gfx {
|
| class Point;
|
| @@ -32,4 +32,4 @@ gfx::Rect ConvertRectBetweenViews(const ServerView* from,
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_VIEW_COORDINATE_CONVERSIONS_H_
|
| +#endif // COMPONENTS_MUS_VM_VIEW_COORDINATE_CONVERSIONS_H_
|
|
|