| Index: ui/views/controls/table/table_view.h
|
| diff --git a/ui/views/controls/table/table_view.h b/ui/views/controls/table/table_view.h
|
| index c7f08456aa1cec3d798ce680bf2155ddd19e5281..f3f71fd59fd849f03da2fba8840239f46263d6c1 100644
|
| --- a/ui/views/controls/table/table_view.h
|
| +++ b/ui/views/controls/table/table_view.h
|
| @@ -6,8 +6,10 @@
|
| #define UI_VIEWS_CONTROLS_TABLE_TABLE_VIEW_H_
|
| #pragma once
|
|
|
| -#if defined(OS_WIN)
|
| +#if defined(OS_WIN) && !defined(USE_AURA)
|
| #include "ui/views/controls/table/table_view_win.h"
|
| +#else
|
| +#include "ui/views/controls/table/table_view_views.h"
|
| #endif
|
|
|
| #endif // UI_VIEWS_CONTROLS_TABLE_TABLE_VIEW_H_
|
|
|