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. |