Chromium Code Reviews| Index: base/win/enum_variant.h |
| diff --git a/base/win/enum_variant.h b/base/win/enum_variant.h |
| index 7cee91d70a8626266d11bfa5886bf23a21991016..82f8750c2a0ce10717adb4be5132cdc039d63984 100644 |
| --- a/base/win/enum_variant.h |
| +++ b/base/win/enum_variant.h |
| @@ -41,7 +41,7 @@ class BASE_EXPORT EnumVariant |
| private: |
| ~EnumVariant(); |
| - scoped_array<VARIANT> items_; |
| + scoped_ptr<VARIANT[]> items_; |
| unsigned long count_; |
| unsigned long current_index_; |
| }; |