| Index: chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/tabs/tab_strip_gtk.h (revision 71854)
|
| +++ chrome/browser/ui/gtk/tabs/tab_strip_gtk.h (working copy)
|
| @@ -9,7 +9,6 @@
|
| #include <gtk/gtk.h>
|
| #include <vector>
|
|
|
| -#include "app/gtk_signal.h"
|
| #include "base/basictypes.h"
|
| #include "base/task.h"
|
| #include "base/message_loop.h"
|
| @@ -20,6 +19,7 @@
|
| #include "chrome/browser/ui/gtk/view_id_util.h"
|
| #include "chrome/common/notification_observer.h"
|
| #include "gfx/rect.h"
|
| +#include "ui/base/gtk/gtk_signal.h"
|
|
|
| class BrowserWindowGtk;
|
| class CustomDrawButton;
|
|
|