summaryrefslogtreecommitdiffstats
path: root/app/x11_util.h
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-10 17:28:06 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-10 17:28:06 +0000
commit77030daf904058dbb76ab58525b778eb52150f2e (patch)
tree049bbaa2c93c16ad38cebb1f57467d919048af79 /app/x11_util.h
parent686b9aa07189787576c5bc1bccc002c8bd4f08af (diff)
downloadchromium_src-77030daf904058dbb76ab58525b778eb52150f2e.zip
chromium_src-77030daf904058dbb76ab58525b778eb52150f2e.tar.gz
chromium_src-77030daf904058dbb76ab58525b778eb52150f2e.tar.bz2
FBTF: Minor gfx/ header cleanup.
BUG=none TEST=none Review URL: http://codereview.chromium.org/3034039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55577 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/x11_util.h')
-rw-r--r--app/x11_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/x11_util.h b/app/x11_util.h
index 2c983fc..3e4c7e1 100644
--- a/app/x11_util.h
+++ b/app/x11_util.h
@@ -15,8 +15,7 @@
#include <string>
#include <vector>
-#include "base/task.h"
-#include "gfx/rect.h"
+#include "base/basictypes.h"
typedef struct _GdkDrawable GdkWindow;
typedef struct _GtkWidget GtkWidget;
@@ -30,6 +29,7 @@ class Thread;
}
namespace gfx {
+class Rect;
class Size;
}