Index: ui/views/controls/table/table_header.h |
diff --git a/ui/views/controls/table/table_header.h b/ui/views/controls/table/table_header.h |
index 890c343cf6de17798c6992ddcf978be6b683172f..543078ee69a74ab56076a40232d18361185802af 100644 |
--- a/ui/views/controls/table/table_header.h |
+++ b/ui/views/controls/table/table_header.h |
@@ -16,6 +16,9 @@ class TableView; |
// Views used to render the header for the table. |
class VIEWS_EXPORT TableHeader : public views::View { |
public: |
+ // Amount the text is padded on the left/right side. |
+ static const int kHorizontalPadding; |
+ |
explicit TableHeader(TableView* table); |
virtual ~TableHeader(); |