Index: chrome/browser/ui/views/indexed_db_info_view.cc |
diff --git a/chrome/browser/ui/views/indexed_db_info_view.cc b/chrome/browser/ui/views/indexed_db_info_view.cc |
index 1cc7f313d2d661e2d738afd8b7769e06a0b9fecc..93c2f451f953634a0773c72bc6af93d02f93e0e0 100644 |
--- a/chrome/browser/ui/views/indexed_db_info_view.cc |
+++ b/chrome/browser/ui/views/indexed_db_info_view.cc |
@@ -12,10 +12,10 @@ |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/text/bytes_formatting.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 kIndexedDBInfoViewBorderSize = 1; |
static const int kIndexedDBInfoViewInsetSize = 3; |