| Index: chrome/browser/ui/gtk/infobar_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/infobar_gtk.h (revision 71854)
|
| +++ chrome/browser/ui/gtk/infobar_gtk.h (working copy)
|
| @@ -6,7 +6,6 @@
|
| #define CHROME_BROWSER_UI_GTK_INFOBAR_GTK_H_
|
| #pragma once
|
|
|
| -#include "app/gtk_signal.h"
|
| #include "base/basictypes.h"
|
| #include "base/scoped_ptr.h"
|
| #include "chrome/browser/tab_contents/infobar_delegate.h"
|
| @@ -16,6 +15,7 @@
|
| #include "chrome/common/notification_observer.h"
|
| #include "chrome/common/notification_registrar.h"
|
| #include "third_party/skia/include/core/SkPaint.h"
|
| +#include "ui/base/gtk/gtk_signal.h"
|
|
|
| class CustomDrawButton;
|
| class GtkThemeProvider;
|
|
|