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