| Index: chrome/browser/ui/views/generic_info_view.cc
|
| diff --git a/chrome/browser/ui/views/generic_info_view.cc b/chrome/browser/ui/views/generic_info_view.cc
|
| index 644d960de2875ab348454cfb05f6b7ee051bff24..1a0be5a85d925dfb22e6e4d39ff9320b1987a9ec 100644
|
| --- a/chrome/browser/ui/views/generic_info_view.cc
|
| +++ b/chrome/browser/ui/views/generic_info_view.cc
|
| @@ -8,10 +8,10 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/gfx/color_utils.h"
|
| +#include "ui/views/layout/grid_layout.h"
|
| +#include "ui/views/layout/layout_constants.h"
|
| #include "views/controls/label.h"
|
| #include "views/controls/textfield/textfield.h"
|
| -#include "views/layout/grid_layout.h"
|
| -#include "views/layout/layout_constants.h"
|
|
|
| GenericInfoView::GenericInfoView(int number_of_rows)
|
| : number_of_rows_(number_of_rows), name_string_ids_(NULL) {
|
|
|