Index: chrome/browser/ui/views/location_bar/keyword_hint_view.cc |
=================================================================== |
--- chrome/browser/ui/views/location_bar/keyword_hint_view.cc (revision 72000) |
+++ chrome/browser/ui/views/location_bar/keyword_hint_view.cc (working copy) |
@@ -5,7 +5,6 @@ |
#include "chrome/browser/ui/views/location_bar/keyword_hint_view.h" |
#include "app/l10n_util.h" |
-#include "app/resource_bundle.h" |
#include "base/logging.h" |
#include "base/utf_string_conversions.h" |
#include "chrome/app/chrome_command_ids.h" |
@@ -14,8 +13,9 @@ |
#include "gfx/canvas.h" |
#include "grit/generated_resources.h" |
#include "grit/theme_resources.h" |
+#include "third_party/skia/include/core/SkBitmap.h" |
+#include "ui/base/resource/resource_bundle.h" |
#include "views/controls/label.h" |
-#include "third_party/skia/include/core/SkBitmap.h" |
// Amount of space to offset the tab image from the top of the view by. |
static const int kTabImageYOffset = 4; |