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

Unified Diff: ui/gfx/geometry/point.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/point.cc
diff --git a/ui/gfx/point.cc b/ui/gfx/geometry/point.cc
similarity index 96%
rename from ui/gfx/point.cc
rename to ui/gfx/geometry/point.cc
index 7fdf3560fe359c14964d2e344897151775d8714f..5a68ba67bdd8fe108105905a0f16c7e3e7a8f1ea 100644
--- a/ui/gfx/point.cc
+++ b/ui/gfx/geometry/point.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/point.h"
+#include "ui/gfx/geometry/point.h"
#if defined(OS_WIN)
#include <windows.h>
« ui/aura/aura.gyp ('K') | « ui/gfx/geometry/point.h ('k') | ui/gfx/geometry/point3_f.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698