| Index: chrome/browser/ui/views/local_storage_set_item_info_view.cc
|
| diff --git a/chrome/browser/ui/views/local_storage_set_item_info_view.cc b/chrome/browser/ui/views/local_storage_set_item_info_view.cc
|
| index 93a1c713b44e2d660e0278827ed2ed47f9c9323f..94d66b2e744f6bca00625bfc237913c4a743a48f 100644
|
| --- a/chrome/browser/ui/views/local_storage_set_item_info_view.cc
|
| +++ b/chrome/browser/ui/views/local_storage_set_item_info_view.cc
|
| @@ -10,10 +10,10 @@
|
| #include "grit/generated_resources.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"
|
|
|
| static const int kLocalStorageSetItemInfoViewBorderSize = 1;
|
| static const int kLocalStorageSetItemInfoViewInsetSize = 3;
|
|
|