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

Unified Diff: ui/gfx/geometry/vector3d_unittest.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/vector3d_unittest.cc
diff --git a/ui/gfx/vector3d_unittest.cc b/ui/gfx/geometry/vector3d_unittest.cc
similarity index 99%
rename from ui/gfx/vector3d_unittest.cc
rename to ui/gfx/geometry/vector3d_unittest.cc
index 5b3bd7e91bf85612248480334dff6924a74138f4..d5ec8d6700c56a25fefecfef8c88479686338686 100644
--- a/ui/gfx/vector3d_unittest.cc
+++ b/ui/gfx/geometry/vector3d_unittest.cc
@@ -7,7 +7,7 @@
#include "base/basictypes.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "ui/gfx/vector3d_f.h"
+#include "ui/gfx/geometry/vector3d_f.h"
namespace gfx {
« ui/aura/aura.gyp ('K') | « ui/gfx/geometry/vector3d_f.cc ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698