| Index: chrome/browser/ui/views/tabs/tab.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/tabs/tab.cc (revision 73642)
|
| +++ chrome/browser/ui/views/tabs/tab.cc (working copy)
|
| @@ -9,11 +9,6 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/defaults.h"
|
| #include "chrome/browser/themes/browser_theme_provider.h"
|
| -#include "gfx/canvas_skia.h"
|
| -#include "gfx/favicon_size.h"
|
| -#include "gfx/font.h"
|
| -#include "gfx/path.h"
|
| -#include "gfx/skbitmap_operations.h"
|
| #include "grit/app_resources.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| @@ -22,6 +17,11 @@
|
| #include "ui/base/animation/slide_animation.h"
|
| #include "ui/base/animation/throb_animation.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| +#include "ui/gfx/canvas_skia.h"
|
| +#include "ui/gfx/favicon_size.h"
|
| +#include "ui/gfx/font.h"
|
| +#include "ui/gfx/path.h"
|
| +#include "ui/gfx/skbitmap_operations.h"
|
| #include "views/controls/button/image_button.h"
|
| #include "views/widget/tooltip_manager.h"
|
| #include "views/widget/widget.h"
|
|
|