Index: ui/views/controls/table/table_view_win.h |
diff --git a/ui/views/controls/table/table_view_win.h b/ui/views/controls/table/table_view_win.h |
index ae89a88b08717abfc996e5a35c9a411d6f5fdc7d..66b4719aab56eeb7e63ed8dfc5ba19b649af8160 100644 |
--- a/ui/views/controls/table/table_view_win.h |
+++ b/ui/views/controls/table/table_view_win.h |
@@ -492,8 +492,8 @@ class VIEWS_EXPORT TableView : public NativeControl, |
SortDescriptors sort_descriptors_; |
// Mappings used when sorted. |
- scoped_array<int> view_to_model_; |
- scoped_array<int> model_to_view_; |
+ scoped_ptr<int[]> view_to_model_; |
+ scoped_ptr<int[]> model_to_view_; |
string16 alt_text_; |