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

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

Issue 126184: Move TableModel out of views/ and into app/.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: addressed comments, build fixes Created 11 years, 6 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/table_model_observer.h ('k') | views/controls/table/table_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/table/table_view.h
===================================================================
--- views/controls/table/table_view.h (revision 18411)
+++ views/controls/table/table_view.h (working copy)
@@ -15,13 +15,15 @@
#include <map>
#include <vector>
+#include "app/table_model_observer.h"
#include "third_party/skia/include/core/SkColor.h"
#if defined(OS_WIN)
// TODO(port): remove the ifdef when native_control.h is ported.
#include "views/controls/native_control.h"
#endif // defined(OS_WIN)
-#include "views/controls/table/table_model_observer.h"
+struct TableColumn;
+class TableModel;
class SkBitmap;
// A TableView is a view that displays multiple rows with any number of columns.
@@ -51,8 +53,6 @@
class ListView;
class ListViewParent;
class TableView;
-struct TableColumn;
-class TableModel;
class TableViewObserver;
// The cells in the first column of a table can contain:
« no previous file with comments | « views/controls/table/table_model_observer.h ('k') | views/controls/table/table_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698