From 0ea548267d30b10c6d7f899573eb37b793c1b346 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Thu, 1 Jul 2010 20:14:50 +0000 Subject: Moves gtk accelerator processing functions to base/gtk_util so I can use them from views and gfx. Sorry for the new patch on this and not an update. Not sure what happened. BUG=none TEST=none Review URL: http://codereview.chromium.org/2809047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51409 0039d316-1c4b-4281-b951-d872f2087c98 --- app/gtk_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app') diff --git a/app/gtk_util.h b/app/gtk_util.h index 089e901..51b9a06 100644 --- a/app/gtk_util.h +++ b/app/gtk_util.h @@ -6,6 +6,8 @@ #define APP_GTK_UTIL_H_ #include +#include + typedef struct _GtkWidget GtkWidget; namespace gtk_util { -- cgit v1.1