| Index: views/controls/table/group_table_view.cc
|
| diff --git a/views/controls/table/group_table_view.cc b/views/controls/table/group_table_view.cc
|
| index 0c70e74f349d29395d364b8e7d463e20e2bac6b2..00f6d375dd8ba8032f1c5416377f7822c7dcc2a4 100644
|
| --- a/views/controls/table/group_table_view.cc
|
| +++ b/views/controls/table/group_table_view.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -17,7 +17,7 @@ static const int kSeparatorLineThickness = 1;
|
| const char GroupTableView::kViewClassName[] = "views/GroupTableView";
|
|
|
| GroupTableView::GroupTableView(GroupTableModel* model,
|
| - const std::vector<TableColumn>& columns,
|
| + const std::vector<ui::TableColumn>& columns,
|
| TableTypes table_type,
|
| bool single_selection,
|
| bool resizable_columns,
|
|
|