Index: chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc |
=================================================================== |
--- chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc (revision 72000) |
+++ chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc (working copy) |
@@ -8,7 +8,6 @@ |
#include <utility> |
#include "app/l10n_util.h" |
-#include "app/resource_bundle.h" |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/defaults.h" |
#include "chrome/browser/profiles/profile.h" |
@@ -28,6 +27,7 @@ |
#include "grit/theme_resources.h" |
#include "ui/base/animation/slide_animation.h" |
#include "ui/base/animation/throb_animation.h" |
+#include "ui/base/resource/resource_bundle.h" |
namespace { |