| Index: ui/gfx/geometry/point.h
|
| diff --git a/ui/gfx/point.h b/ui/gfx/geometry/point.h
|
| similarity index 90%
|
| copy from ui/gfx/point.h
|
| copy to ui/gfx/geometry/point.h
|
| index 020c4e1251afcb4ff9caa9a70b3fd1f7cf4cabac..ff99d71d3610b03f455c8cfd5b1e3d26fdae2463 100644
|
| --- a/ui/gfx/point.h
|
| +++ b/ui/gfx/geometry/point.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_GFX_POINT_H_
|
| -#define UI_GFX_POINT_H_
|
| +#ifndef UI_GFX_GEOMETRY_POINT_H_
|
| +#define UI_GFX_GEOMETRY_POINT_H_
|
|
|
| +#include "ui/gfx/geometry/point_base.h"
|
| +#include "ui/gfx/geometry/point_f.h"
|
| +#include "ui/gfx/geometry/vector2d.h"
|
| #include "ui/gfx/gfx_export.h"
|
| -#include "ui/gfx/point_base.h"
|
| -#include "ui/gfx/point_f.h"
|
| -#include "ui/gfx/vector2d.h"
|
|
|
| #if defined(OS_WIN)
|
| typedef unsigned long DWORD;
|
| @@ -87,4 +87,4 @@ extern template class PointBase<Point, int, Vector2d>;
|
|
|
| } // namespace gfx
|
|
|
| -#endif // UI_GFX_POINT_H_
|
| +#endif // UI_GFX_GEOMETRY_POINT_H_
|
|
|