| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| index 64dc948619e68b422c5951857b7a4b057703349c..87a4563bb94217ab83b9984d73dd92c64dcf54e4 100644
|
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| @@ -9,8 +9,8 @@
|
| #include "grit/theme_resources.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/canvas.h"
|
| +#include "ui/views/controls/image_view.h"
|
| #include "ui/views/controls/label.h"
|
| -#include "views/controls/image_view.h"
|
|
|
| // Amount of padding at the edges of the bubble.
|
| static const int kBubbleOuterPadding = LocationBarView::kEdgeItemPadding -
|
|
|