diff options
Diffstat (limited to 'chrome/views/group_table_view.h')
-rw-r--r-- | chrome/views/group_table_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/group_table_view.h b/chrome/views/group_table_view.h index 44825b4..e084f95 100644 --- a/chrome/views/group_table_view.h +++ b/chrome/views/group_table_view.h @@ -43,7 +43,7 @@ class GroupTableView : public TableView { protected: // Notification from the ListView that the selected state of an item has // changed. - void OnSelectedStateChanged(int model_row, bool is_selected); + void OnSelectedStateChanged(); // Extra-painting required to draw the separator line between groups. virtual bool ImplementPostPaint() { return true; } |