diff options
Diffstat (limited to 'chrome/browser/ui/gtk/bookmark_bubble_gtk.h')
-rw-r--r-- | chrome/browser/ui/gtk/bookmark_bubble_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/gtk/bookmark_bubble_gtk.h b/chrome/browser/ui/gtk/bookmark_bubble_gtk.h index ec4f169..1b40759 100644 --- a/chrome/browser/ui/gtk/bookmark_bubble_gtk.h +++ b/chrome/browser/ui/gtk/bookmark_bubble_gtk.h @@ -16,7 +16,6 @@ #include <string> #include <vector> -#include "app/gtk_signal.h" #include "base/basictypes.h" #include "base/scoped_ptr.h" #include "base/task.h" @@ -24,6 +23,7 @@ #include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" #include "googleurl/src/gurl.h" +#include "ui/base/gtk/gtk_signal.h" class BookmarkNode; class Profile; |