Chromium Code Reviews| Index: include/gpu/gl/GrGLExtensions.h |
| diff --git a/include/gpu/gl/GrGLExtensions.h b/include/gpu/gl/GrGLExtensions.h |
| index dd088de671cc8204c392879372f0cd6dcc3bdf40..faf73fd36cb42c5d69d9f7bb8a82113a4f67e453 100644 |
| --- a/include/gpu/gl/GrGLExtensions.h |
| +++ b/include/gpu/gl/GrGLExtensions.h |
| @@ -68,7 +68,7 @@ public: |
| private: |
| bool fInitialized; |
| - SkAutoTDelete<SkTArray<SkString> > fStrings; |
| + std::unique_ptr<SkTArray<SkString>> fStrings; |
| }; |
| #endif |