Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Unified Diff: ui/gfx/geometry/point.h

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698