diff options
Diffstat (limited to 'chrome/browser/gtk/bookmark_editor_gtk.h')
-rw-r--r-- | chrome/browser/gtk/bookmark_editor_gtk.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/chrome/browser/gtk/bookmark_editor_gtk.h b/chrome/browser/gtk/bookmark_editor_gtk.h index f835b0e..af9a984 100644 --- a/chrome/browser/gtk/bookmark_editor_gtk.h +++ b/chrome/browser/gtk/bookmark_editor_gtk.h @@ -5,10 +5,9 @@ #ifndef CHROME_BROWSER_GTK_BOOKMARK_EDITOR_GTK_H_ #define CHROME_BROWSER_GTK_BOOKMARK_EDITOR_GTK_H_ -#include <gtk/gtk.h> - #include <string> +#include "app/gtk_integers.h" #include "app/gtk_signal.h" #include "base/gtest_prod_util.h" #include "chrome/browser/bookmarks/bookmark_editor.h" @@ -16,6 +15,12 @@ class GURL; +typedef union _GdkEvent GdkEvent; +typedef struct _GtkTreeIter GtkTreeIter; +typedef struct _GtkTreeSelection GtkTreeSelection; +typedef struct _GtkTreeStore GtkTreeStore; +typedef struct _GtkWidget GtkWidget; + // GTK version of the bookmark editor dialog. class BookmarkEditorGtk : public BookmarkEditor, public BookmarkModelObserver { |