summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-15 20:11:31 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-15 20:11:31 +0000
commit15224a9efacdc13c7050cdfddbc53f280c7cec49 (patch)
treef4dcea6031dd9d7656dc7e9cfe733eed2fc54e1c
parentae5bbd638e8716644a5b2e59f40e93700bcfe312 (diff)
downloadchromium_src-15224a9efacdc13c7050cdfddbc53f280c7cec49.zip
chromium_src-15224a9efacdc13c7050cdfddbc53f280c7cec49.tar.gz
chromium_src-15224a9efacdc13c7050cdfddbc53f280c7cec49.tar.bz2
Include gfx/{point,size}.h instead of base/gfx/{point,size}.h
R=ben BUG=none TEST=none Review URL: http://codereview.chromium.org/1004001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41621 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--gfx/rect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/rect.h b/gfx/rect.h
index c3c01ad..315f99c 100644
--- a/gfx/rect.h
+++ b/gfx/rect.h
@@ -14,8 +14,8 @@
#include <iosfwd>
-#include "base/gfx/point.h"
-#include "base/gfx/size.h"
+#include "gfx/point.h"
+#include "gfx/size.h"
#if defined(OS_WIN)
typedef struct tagRECT RECT;