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

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

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
« no previous file with comments | « views/controls/table/group_table_view.h ('k') | views/controls/table/native_table_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « views/controls/table/group_table_view.h ('k') | views/controls/table/native_table_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698