| Index: content/common/gpu/client/gl_helper_benchmark.cc
|
| diff --git a/content/common/gpu/client/gl_helper_benchmark.cc b/content/common/gpu/client/gl_helper_benchmark.cc
|
| index 422abfe582d01c6b08069f090da4fdd097921b54..bfe9f4189492422bc5b89156d835b00f79a5cf41 100644
|
| --- a/content/common/gpu/client/gl_helper_benchmark.cc
|
| +++ b/content/common/gpu/client/gl_helper_benchmark.cc
|
| @@ -72,9 +72,9 @@ class GLHelperTest : public testing::Test {
|
| }
|
|
|
| virtual void TearDown() {
|
| - helper_scaling_.reset(NULL);
|
| - helper_.reset(NULL);
|
| - context_.reset(NULL);
|
| + helper_scaling_.reset(nullptr);
|
| + helper_.reset(nullptr);
|
| + context_.reset(nullptr);
|
| }
|
|
|
|
|
|
|