| 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 1a5f23b87385c8d021f03df82f4d568c3fbe39f4..9825daabee18a5564c99872dc30743cf0518ab79 100644
|
| --- a/chrome/browser/chromeos/login/captcha_view.cc
|
| +++ b/chrome/browser/chromeos/login/captcha_view.cc
|
| @@ -15,13 +15,13 @@
|
| #include "grit/generated_resources.h"
|
| #include "grit/locale_settings.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| +#include "ui/views/layout/grid_layout.h"
|
| +#include "ui/views/layout/layout_constants.h"
|
| #include "views/background.h"
|
| #include "views/controls/button/text_button.h"
|
| #include "views/controls/image_view.h"
|
| #include "views/controls/label.h"
|
| #include "views/controls/textfield/textfield.h"
|
| -#include "views/layout/grid_layout.h"
|
| -#include "views/layout/layout_constants.h"
|
| #include "views/widget/widget.h"
|
|
|
| using views::Label;
|
|
|