| Index: chrome/browser/ui/gtk/custom_button.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/custom_button.h (revision 71854)
|
| +++ chrome/browser/ui/gtk/custom_button.h (working copy)
|
| @@ -8,7 +8,6 @@
|
|
|
| #include <gtk/gtk.h>
|
|
|
| -#include "app/gtk_signal.h"
|
| #include "base/scoped_ptr.h"
|
| #include "chrome/browser/ui/gtk/owned_widget_gtk.h"
|
| #include "chrome/common/notification_observer.h"
|
| @@ -17,6 +16,7 @@
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/base/animation/animation_delegate.h"
|
| #include "ui/base/animation/slide_animation.h"
|
| +#include "ui/base/gtk/gtk_signal.h"
|
|
|
| class CairoCachedSurface;
|
| class GtkThemeProvider;
|
|
|