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

Unified Diff: ui/gfx/geometry/box_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/box_f.h
diff --git a/ui/gfx/box_f.h b/ui/gfx/geometry/box_f.h
similarity index 96%
copy from ui/gfx/box_f.h
copy to ui/gfx/geometry/box_f.h
index 73e0972f662318cb10ea6daf9804a584d7e25f64..13fb9d0d47b62120848ab6efdf20126b75e50974 100644
--- a/ui/gfx/box_f.h
+++ b/ui/gfx/geometry/box_f.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_GFX_BOX_F_H_
-#define UI_GFX_BOX_F_H_
+#ifndef UI_GFX_GEOMETRY_BOX_F_H_
+#define UI_GFX_GEOMETRY_BOX_F_H_
-#include "ui/gfx/point3_f.h"
-#include "ui/gfx/vector3d_f.h"
+#include "ui/gfx/geometry/point3_f.h"
+#include "ui/gfx/geometry/vector3d_f.h"
namespace gfx {
@@ -157,4 +157,4 @@ inline BoxF operator+(const BoxF& b, const Vector3dF& v) {
} // namespace gfx
-#endif // UI_GFX_BOX_F_H_
+#endif // UI_GFX_GEOMETRY_BOX_F_H_
« ui/aura/aura.gyp ('K') | « ui/gfx/box_unittest.cc ('k') | ui/gfx/geometry/box_f.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698