diff options
Diffstat (limited to 'chrome/views/group_table_view.h')
-rw-r--r-- | chrome/views/group_table_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/group_table_view.h b/chrome/views/group_table_view.h index d534132..44825b4 100644 --- a/chrome/views/group_table_view.h +++ b/chrome/views/group_table_view.h @@ -12,7 +12,7 @@ // It allows to have groups of rows that act as a single row from the selection // perspective. Groups are visually separated by a horizontal line. -namespace ChromeViews { +namespace views { struct GroupRange { int start; @@ -77,6 +77,6 @@ class GroupTableView : public TableView { DISALLOW_COPY_AND_ASSIGN(GroupTableView); }; -} // namespace ChromeViews +} // namespace views #endif // CHROME_VIEWS_GROUP_TABLE_VIEW_H_ |