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

Unified Diff: ui/gfx/geometry/rect.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/rect.cc
diff --git a/ui/gfx/rect.cc b/ui/gfx/geometry/rect.cc
similarity index 95%
rename from ui/gfx/rect.cc
rename to ui/gfx/geometry/rect.cc
index 8372cc4e7c526ec46f0af6637a3beae8b45f726e..4b1c6e918bfb058cce9edc3fb1ac607ef6eebe87 100644
--- a/ui/gfx/rect.cc
+++ b/ui/gfx/geometry/rect.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/rect.h"
+#include "ui/gfx/geometry/rect.h"
#include <algorithm>
@@ -14,8 +14,8 @@
#include "base/logging.h"
#include "base/strings/stringprintf.h"
-#include "ui/gfx/insets.h"
-#include "ui/gfx/rect_base_impl.h"
+#include "ui/gfx/geometry/insets.h"
+#include "ui/gfx/geometry/rect_base_impl.h"
namespace gfx {
« ui/aura/aura.gyp ('K') | « ui/gfx/geometry/rect.h ('k') | ui/gfx/geometry/rect_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698