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

Unified Diff: ui/gfx/geometry/rect_base_impl.h

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/rect_base_impl.h
diff --git a/ui/gfx/rect_base_impl.h b/ui/gfx/geometry/rect_base_impl.h
similarity index 99%
rename from ui/gfx/rect_base_impl.h
rename to ui/gfx/geometry/rect_base_impl.h
index 52201691a1b0ce6517a9c2784a0c93795f1d1769..7720608e9b5944bd0be34f7e4d9a9b264e56b596 100644
--- a/ui/gfx/rect_base_impl.h
+++ b/ui/gfx/geometry/rect_base_impl.h
@@ -4,10 +4,9 @@
#include <limits>
-#include "ui/gfx/rect_base.h"
-
#include "base/logging.h"
#include "base/strings/stringprintf.h"
+#include "ui/gfx/geometry/rect_base.h"
// This file provides the implementation for RectBaese template and
// used to instantiate the base class for Rect and RectF classes.

Powered by Google App Engine
This is Rietveld 408576698