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

Unified Diff: ui/gfx/geometry/rect_f.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/rect_f.h
diff --git a/ui/gfx/rect_f.h b/ui/gfx/geometry/rect_f.h
similarity index 92%
copy from ui/gfx/rect_f.h
copy to ui/gfx/geometry/rect_f.h
index 09de529a6278eb46adeaf6b9bd5ba556b9b8a74c..50ea76bff9f3c055549bbb8b4a79da9949f9c2dd 100644
--- a/ui/gfx/rect_f.h
+++ b/ui/gfx/geometry/rect_f.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_GFX_RECT_F_H_
-#define UI_GFX_RECT_F_H_
+#ifndef UI_GFX_GEOMETRY_RECT_F_H_
+#define UI_GFX_GEOMETRY_RECT_F_H_
#include <string>
-#include "ui/gfx/point_f.h"
-#include "ui/gfx/rect_base.h"
-#include "ui/gfx/size_f.h"
-#include "ui/gfx/vector2d_f.h"
+#include "ui/gfx/geometry/point_f.h"
+#include "ui/gfx/geometry/rect_base.h"
+#include "ui/gfx/geometry/size_f.h"
+#include "ui/gfx/geometry/vector2d_f.h"
namespace gfx {
@@ -110,4 +110,4 @@ extern template class RectBase<RectF, PointF, SizeF, InsetsF, Vector2dF, float>;
} // namespace gfx
-#endif // UI_GFX_RECT_F_H_
+#endif // UI_GFX_GEOMETRY_RECT_F_H_

Powered by Google App Engine
This is Rietveld 408576698