| Index: chrome/browser/ui/views/find_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/find_bar_view.cc b/chrome/browser/ui/views/find_bar_view.cc
|
| index 3793d5969a71e612fe70001224fa6e9b8e461c1a..9c245f53aed0a3fe6f4a0c702e99d543b1581369 100644
|
| --- a/chrome/browser/ui/views/find_bar_view.cc
|
| +++ b/chrome/browser/ui/views/find_bar_view.cc
|
| @@ -26,11 +26,11 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/canvas.h"
|
| +#include "ui/views/widget/widget.h"
|
| #include "views/background.h"
|
| #include "views/controls/button/image_button.h"
|
| #include "views/controls/label.h"
|
| #include "views/controls/textfield/textfield.h"
|
| -#include "views/widget/widget.h"
|
|
|
| // The amount of whitespace to have before the find button.
|
| static const int kWhiteSpaceAfterMatchCountLabel = 1;
|
|
|