| Index: chrome/browser/ui/gtk/bookmark_bubble_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/bookmark_bubble_gtk.h (revision 71854)
|
| +++ chrome/browser/ui/gtk/bookmark_bubble_gtk.h (working copy)
|
| @@ -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;
|
|
|