Index: chrome/browser/ui/gtk/find_bar_gtk.cc |
=================================================================== |
--- chrome/browser/ui/gtk/find_bar_gtk.cc (revision 72000) |
+++ chrome/browser/ui/gtk/find_bar_gtk.cc (working copy) |
@@ -11,7 +11,6 @@ |
#include <vector> |
#include "app/l10n_util.h" |
-#include "app/resource_bundle.h" |
#include "base/i18n/rtl.h" |
#include "base/string_number_conversions.h" |
#include "base/string_util.h" |
@@ -37,6 +36,7 @@ |
#include "chrome/common/notification_service.h" |
#include "grit/generated_resources.h" |
#include "grit/theme_resources.h" |
+#include "ui/base/resource/resource_bundle.h" |
namespace { |