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

Unified Diff: views/controls/table/native_table_win.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
« no previous file with comments | « views/controls/table/native_table_gtk.cc ('k') | views/controls/table/native_table_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/table/native_table_win.h
diff --git a/views/controls/table/native_table_win.h b/views/controls/table/native_table_win.h
index 4151c2eb9b7928bff784902fd83b9cdd5f64faee..a2c72acaa2d5c16121e256e730dd97e10ae3fd90 100644
--- a/views/controls/table/native_table_win.h
+++ b/views/controls/table/native_table_win.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 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.
@@ -14,8 +14,6 @@
typedef struct tagNMLVCUSTOMDRAW NMLVCUSTOMDRAW;
-using ui::TableColumn;
-
namespace views {
class TableView2;
@@ -31,7 +29,7 @@ class NativeTableWin : public NativeControlWin, public NativeTableWrapper {
virtual View* GetView();
virtual void SetFocus();
virtual gfx::NativeView GetTestingHandle() const;
- virtual void InsertColumn(const TableColumn& column, int index);
+ virtual void InsertColumn(const ui::TableColumn& column, int index);
virtual void RemoveColumn(int index);
virtual int GetColumnWidth(int column_index) const;
virtual void SetColumnWidth(int column_index, int width);
« no previous file with comments | « views/controls/table/native_table_gtk.cc ('k') | views/controls/table/native_table_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698