summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-22 01:13:45 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-22 01:13:45 +0000
commiteefb825d985fe3b8a4c74b30a0509e5123649452 (patch)
tree838c2f302fbce2321762d24c1e1b2aa5ef7d6d79 /views
parent93040945cdd9ddc797466a47ae6d6b8ecac968d8 (diff)
downloadchromium_src-eefb825d985fe3b8a4c74b30a0509e5123649452.zip
chromium_src-eefb825d985fe3b8a4c74b30a0509e5123649452.tar.gz
chromium_src-eefb825d985fe3b8a4c74b30a0509e5123649452.tar.bz2
Remove the unused WTL::CRect from window_delegate.h.
Patch contributed by thiago.farina@gmail.com BUG=None TEST=None Review: http://codereview.chromium.org/171027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24058 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r--views/window/window_delegate.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/views/window/window_delegate.h b/views/window/window_delegate.h
index e790ff6..7521b27 100644
--- a/views/window/window_delegate.h
+++ b/views/window/window_delegate.h
@@ -14,11 +14,6 @@ class SkBitmap;
namespace gfx {
class Rect;
}
-// TODO(maruel): Remove once gfx::Rect is used instead.
-namespace WTL {
-class CRect;
-}
-using WTL::CRect;
namespace views {