| Index: chrome/browser/chromeos/login/captcha_view.cc
|
| diff --git a/chrome/browser/chromeos/login/captcha_view.cc b/chrome/browser/chromeos/login/captcha_view.cc
|
| index cf2a3ff961ae92217b2fa0fe7ca777cc42785034..adbe72b1fa0c40b492cda286b014a6061555664f 100644
|
| --- a/chrome/browser/chromeos/login/captcha_view.cc
|
| +++ b/chrome/browser/chromeos/login/captcha_view.cc
|
| @@ -15,6 +15,7 @@
|
| #include "grit/generated_resources.h"
|
| #include "grit/locale_settings.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| +#include "ui/views/background.h"
|
| #include "ui/views/controls/button/text_button.h"
|
| #include "ui/views/controls/image_view.h"
|
| #include "ui/views/controls/label.h"
|
| @@ -22,7 +23,6 @@
|
| #include "ui/views/layout/grid_layout.h"
|
| #include "ui/views/layout/layout_constants.h"
|
| #include "ui/views/widget/widget.h"
|
| -#include "views/background.h"
|
|
|
| using views::Label;
|
| using views::Textfield;
|
|
|