diff options
Diffstat (limited to 'chrome/browser/gtk/bookmark_editor_gtk.h')
-rw-r--r-- | chrome/browser/gtk/bookmark_editor_gtk.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/browser/gtk/bookmark_editor_gtk.h b/chrome/browser/gtk/bookmark_editor_gtk.h index 0b1fa28..3cf4c46 100644 --- a/chrome/browser/gtk/bookmark_editor_gtk.h +++ b/chrome/browser/gtk/bookmark_editor_gtk.h @@ -7,8 +7,14 @@ #include <gtk/gtk.h> +#include <string> + +#include "base/scoped_ptr.h" #include "chrome/browser/bookmarks/bookmark_editor.h" -#include "chrome/browser/bookmarks/bookmark_model.h" +#include "chrome/browser/bookmarks/bookmark_model_observer.h" +#include "testing/gtest/include/gtest/gtest_prod.h" + +class GURL; // GTK version of the bookmark editor dialog. class BookmarkEditorGtk : public BookmarkEditor, |