Chromium Code Reviews| Index: tests/PathTest.cpp |
| diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp |
| index 99a4e5b5af8a24b7fc5922d97708a8850e875f5d..1b8071e0130d8c653095cdcf6f64c813fd14b092 100644 |
| --- a/tests/PathTest.cpp |
| +++ b/tests/PathTest.cpp |
| @@ -4007,7 +4007,7 @@ public: |
| static void TestPathRef(skiatest::Reporter* reporter) { |
| static const int kRepeatCnt = 10; |
| - SkAutoTUnref<SkPathRef> pathRef(new SkPathRef); |
| + sk_sp<SkPathRef> pathRef(new SkPathRef); |
| SkPathRef::Editor ed(&pathRef); |