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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698