Chromium Code Reviews| Index: bench/nanobench.cpp |
| diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp |
| index 36a9177e576e38e2a47ba702e42644b86f6f6213..0201ce4b4da993276438d2ee77cb5d661e6fe2fb 100644 |
| --- a/bench/nanobench.cpp |
| +++ b/bench/nanobench.cpp |
| @@ -482,7 +482,7 @@ public: |
| return false; |
| } |
| - SkAutoTUnref<SkStream> stream(SkStream::NewFromFile(path)); |
| + SkAutoTDelete<SkStream> stream(SkStream::NewFromFile(path)); |
| if (stream.get() == NULL) { |
| SkDebugf("Could not read %s.\n", path); |
| return false; |