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

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

Issue 3017036: views: Fix bad license headers found in some files (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: revert vertical whitespace Created 10 years, 5 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/slider/native_slider_wrapper.h ('k') | views/controls/table/native_table_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/table/native_table_gtk.h
diff --git a/views/controls/table/native_table_gtk.h b/views/controls/table/native_table_gtk.h
index e927d60c984bcae99a81c387b6a50b6a9d47884d..8e51d016dc7a007df52a1ed2495a9f16d6439cdb 100644
--- a/views/controls/table/native_table_gtk.h
+++ b/views/controls/table/native_table_gtk.h
@@ -1,6 +1,6 @@
-// Copyright (c) 2010 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.
+// Copyright (c) 2010 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.
#ifndef VIEWS_CONTROLS_TABLE_NATIVE_TABLE_GTK_H_
#define VIEWS_CONTROLS_TABLE_NATIVE_TABLE_GTK_H_
@@ -16,7 +16,8 @@ namespace views {
class TableView2;
// A View that hosts a native GTK table.
-// Note that the implementation is still incomplete. What remains to be done:
+// TODO: Note that the implementation is still incomplete. What remains to be
+// done:
// - support resizable columns
// - support autosize columns
// - implement focus row methods.
« no previous file with comments | « views/controls/slider/native_slider_wrapper.h ('k') | views/controls/table/native_table_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698