| Index: chrome/browser/ui/views/login_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/login_view.cc (revision 110952)
|
| +++ chrome/browser/ui/views/login_view.cc (working copy)
|
| @@ -13,9 +13,9 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/views/layout/grid_layout.h"
|
| #include "ui/views/layout/layout_constants.h"
|
| -#include "ui/views/widget/root_view.h"
|
| #include "views/controls/label.h"
|
| #include "views/controls/textfield/textfield.h"
|
| +#include "views/widget/root_view.h"
|
|
|
| static const int kMessageWidth = 320;
|
| static const int kTextfieldStackHorizontalSpacing = 30;
|
|
|