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

Unified Diff: ui/gfx/geometry/vector2d_f.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_f.cc
diff --git a/ui/gfx/vector2d_f.cc b/ui/gfx/geometry/vector2d_f.cc
similarity index 97%
rename from ui/gfx/vector2d_f.cc
rename to ui/gfx/geometry/vector2d_f.cc
index 2ad267074b3b57c0620ac12a037b96d34c4b96cd..ccb15ae0c4c2078088737708ff735b46775a19b7 100644
--- a/ui/gfx/vector2d_f.cc
+++ b/ui/gfx/geometry/vector2d_f.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_f.h"
+#include "ui/gfx/geometry/vector2d_f.h"
#include <cmath>

Powered by Google App Engine
This is Rietveld 408576698