Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: views/controls/table/group_table_view.h

Issue 7790009: views: Fix a couple of other trivial TODOs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: views/controls/table/group_table_view.h
diff --git a/views/controls/table/group_table_view.h b/views/controls/table/group_table_view.h
index dff2f28065da601d072c96ed065798079b80a4a2..f54c03a6b11ea8ece0c442feec8d70463cf8ec4c 100644
--- a/views/controls/table/group_table_view.h
+++ b/views/controls/table/group_table_view.h
@@ -22,7 +22,7 @@ struct GroupRange {
};
// The model driving the GroupTableView.
-class GroupTableModel : public TableModel {
+class GroupTableModel : public ui::TableModel {
public:
// Populates the passed range with the first row/last row (included)
// that this item belongs to.
@@ -35,7 +35,7 @@ class VIEWS_EXPORT GroupTableView : public TableView {
static const char kViewClassName[];
GroupTableView(GroupTableModel* model,
- const std::vector<TableColumn>& columns,
+ const std::vector<ui::TableColumn>& columns,
TableTypes table_type, bool single_selection,
bool resizable_columns, bool autosize_columns,
bool draw_group_separators);
« no previous file with comments | « chrome/browser/ui/views/ssl_client_certificate_selector.cc ('k') | views/controls/table/group_table_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698