| Index: chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h (revision 71854)
|
| +++ chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h (working copy)
|
| @@ -9,7 +9,6 @@
|
| #include <gtk/gtk.h>
|
| #include <map>
|
|
|
| -#include "app/gtk_signal.h"
|
| #include "base/basictypes.h"
|
| #include "base/scoped_ptr.h"
|
| #include "base/string16.h"
|
| @@ -21,6 +20,7 @@
|
| #include "gfx/rect.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/animation/animation_delegate.h"
|
| +#include "ui/base/gtk/gtk_signal.h"
|
|
|
| namespace gfx {
|
| class Size;
|
|
|