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

Unified Diff: app/x11_util.h

Issue 3034039: FBTF: Minor gfx/ header cleanup. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: win fix Created 10 years, 4 months 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
« no previous file with comments | « app/tween.cc ('k') | app/x11_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/x11_util.h
diff --git a/app/x11_util.h b/app/x11_util.h
index 2c983fcae33dd51701565a5e56b8b7e73313dbc0..3e4c7e17544e2f1f0353d57600e8407557862144 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;
}
« no previous file with comments | « app/tween.cc ('k') | app/x11_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698