| Index: chrome/browser/ui/gtk/custom_button.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/custom_button.cc (revision 71810)
|
| +++ chrome/browser/ui/gtk/custom_button.cc (working copy)
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/gtk/custom_button.h"
|
| +#include "chrome/browser/ui/gtk/custom_button.h"
|
|
|
| #include "app/resource_bundle.h"
|
| #include "base/basictypes.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"
|
| -#include "chrome/browser/gtk/gtk_util.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_provider.h"
|
| +#include "chrome/browser/ui/gtk/gtk_util.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "gfx/gtk_util.h"
|
| #include "gfx/skbitmap_operations.h"
|
|
|