| Index: chrome/browser/gtk/tabs/tab_renderer_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/tabs/tab_renderer_gtk.h (revision 42303)
|
| +++ chrome/browser/gtk/tabs/tab_renderer_gtk.h (working copy)
|
| @@ -9,14 +9,14 @@
|
| #include <map>
|
|
|
| #include "app/animation.h"
|
| -#include "app/gfx/canvas.h"
|
| -#include "app/gfx/font.h"
|
| #include "app/slide_animation.h"
|
| #include "base/basictypes.h"
|
| #include "base/string16.h"
|
| #include "chrome/common/notification_observer.h"
|
| #include "chrome/common/notification_registrar.h"
|
| #include "chrome/common/owned_widget_gtk.h"
|
| +#include "gfx/canvas.h"
|
| +#include "gfx/font.h"
|
| #include "gfx/rect.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
|
|