Index: chrome/browser/views/tabs/tab_renderer.cc |
=================================================================== |
--- chrome/browser/views/tabs/tab_renderer.cc (revision 42303) |
+++ chrome/browser/views/tabs/tab_renderer.cc (working copy) |
@@ -6,8 +6,6 @@ |
#include <limits> |
-#include "app/gfx/canvas.h" |
-#include "app/gfx/font.h" |
#include "app/l10n_util.h" |
#include "app/resource_bundle.h" |
#include "app/slide_animation.h" |
@@ -18,7 +16,9 @@ |
#include "chrome/browser/profile.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
#include "chrome/browser/tabs/tab_strip_model.h" |
+#include "gfx/canvas.h" |
#include "gfx/favicon_size.h" |
+#include "gfx/font.h" |
#include "gfx/skbitmap_operations.h" |
#include "grit/app_resources.h" |
#include "grit/generated_resources.h" |