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

Unified Diff: ui/views/controls/table/group_table_view.h

Issue 9187027: Attempt 2 at: Adds a trivial views based table implementation (only supports single (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 | « chrome/chrome_browser.gypi ('k') | ui/views/controls/table/group_table_view_views.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/table/group_table_view.h
diff --git a/ui/views/controls/table/group_table_view.h b/ui/views/controls/table/group_table_view.h
index 4c4467d1748acfb6f421713dadbe3fa9b7546daa..104a563e8c1f57a23c8901d29dbecec7c40a6080 100644
--- a/ui/views/controls/table/group_table_view.h
+++ b/ui/views/controls/table/group_table_view.h
@@ -6,8 +6,10 @@
#define UI_VIEWS_CONTROLS_TABLE_GROUP_TABLE_VIEW_H_
#pragma once
-#if defined(OS_WIN)
+#if defined(OS_WIN) && !defined(USE_AURA)
#include "ui/views/controls/table/group_table_view_win.h"
+#else
+#include "ui/views/controls/table/group_table_view_views.h"
#endif
#endif // UI_VIEWS_CONTROLS_TABLE_GROUP_TABLE_VIEW_H_
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/views/controls/table/group_table_view_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698