| Index: chrome/browser/gtk/custom_button.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/custom_button.cc (revision 28001)
|
| +++ chrome/browser/gtk/custom_button.cc (working copy)
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "chrome/browser/gtk/custom_button.h"
|
|
|
| +#include "app/gfx/gtk_util.h"
|
| #include "app/gfx/skbitmap_operations.h"
|
| #include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| #include "app/theme_provider.h"
|
| #include "base/basictypes.h"
|
| -#include "base/gfx/gtk_util.h"
|
| #include "chrome/browser/gtk/cairo_cached_surface.h"
|
| #include "chrome/browser/gtk/gtk_chrome_button.h"
|
| #include "chrome/browser/gtk/gtk_theme_provider.h"
|
|
|