| Index: chrome/browser/ui/views/find_bar_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/find_bar_view.cc (revision 110952)
|
| +++ chrome/browser/ui/views/find_bar_view.cc (working copy)
|
| @@ -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;
|
|
|