| Index: ui/gfx/geometry/point_f.h
|
| diff --git a/ui/gfx/point_f.h b/ui/gfx/geometry/point_f.h
|
| similarity index 90%
|
| copy from ui/gfx/point_f.h
|
| copy to ui/gfx/geometry/point_f.h
|
| index 664c18d8aa0bbbc67130909f55f662e2fcf25b6f..00266d311d0ffad81baaca9d9be55d25fff95f3b 100644
|
| --- a/ui/gfx/point_f.h
|
| +++ b/ui/gfx/geometry/point_f.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_GFX_POINT_F_H_
|
| -#define UI_GFX_POINT_F_H_
|
| +#ifndef UI_GFX_GEOMETRY_POINT_F_H_
|
| +#define UI_GFX_GEOMETRY_POINT_F_H_
|
|
|
| #include <string>
|
|
|
| +#include "ui/gfx/geometry/point_base.h"
|
| +#include "ui/gfx/geometry/vector2d_f.h"
|
| #include "ui/gfx/gfx_export.h"
|
| -#include "ui/gfx/point_base.h"
|
| -#include "ui/gfx/vector2d_f.h"
|
|
|
| namespace gfx {
|
|
|
| @@ -72,4 +72,4 @@ extern template class PointBase<PointF, float, Vector2dF>;
|
|
|
| } // namespace gfx
|
|
|
| -#endif // UI_GFX_POINT_F_H_
|
| +#endif // UI_GFX_GEOMETRY_POINT_F_H_
|
|
|