| Index: chrome/browser/ui/gtk/custom_button.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/custom_button.cc (revision 106380)
|
| +++ chrome/browser/ui/gtk/custom_button.cc (working copy)
|
| @@ -5,12 +5,13 @@
|
| #include "chrome/browser/ui/gtk/custom_button.h"
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/logging.h"
|
| #include "chrome/browser/ui/gtk/cairo_cached_surface.h"
|
| #include "chrome/browser/ui/gtk/gtk_chrome_button.h"
|
| #include "chrome/browser/ui/gtk/gtk_theme_service.h"
|
| #include "chrome/browser/ui/gtk/gtk_util.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| -#include "content/common/notification_service.h"
|
| +#include "content/public/browser/notification_source.h"
|
| #include "grit/theme_resources_standard.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|