Chromium Code Reviews| Index: tests/HashTest.cpp |
| diff --git a/tests/HashTest.cpp b/tests/HashTest.cpp |
| index f53faaf8647ada92054f1f883b60646e321b7af9..c90c377cc25b4adb334bef0106b16b84ac5954cb 100644 |
| --- a/tests/HashTest.cpp |
| +++ b/tests/HashTest.cpp |
| @@ -94,7 +94,7 @@ namespace { |
| class CopyCounter { |
| public: |
| - CopyCounter() : fID(0), fCounter(NULL) {} |
| + CopyCounter() : fID(0), fCounter(nullptr) {} |
| CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} |