Chromium Code Reviews

Unified Diff: ui/gfx/geometry/vector2d.cc

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.
Jump to:
View side-by-side diff with in-line comments
Index: ui/gfx/geometry/vector2d.cc
diff --git a/ui/gfx/vector2d.cc b/ui/gfx/geometry/vector2d.cc
similarity index 95%
rename from ui/gfx/vector2d.cc
rename to ui/gfx/geometry/vector2d.cc
index 9e685e45d1dfc643b524e9e2c2abb6c55853c328..d9f57fd3b10922c73ce977e2a42fa469a0950fbd 100644
--- a/ui/gfx/vector2d.cc
+++ b/ui/gfx/geometry/vector2d.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/gfx/vector2d.h"
+#include "ui/gfx/geometry/vector2d.h"
#include <cmath>

Powered by Google App Engine