| Index: cc/resources/prioritized_resource_unittest.cc
|
| diff --git a/cc/resources/prioritized_resource_unittest.cc b/cc/resources/prioritized_resource_unittest.cc
|
| index 96cbe4201cec1a1a60c2d4f76fa4b4a183f004c3..09f55aae7c29664a83051661299dd30a46d5f8f8 100644
|
| --- a/cc/resources/prioritized_resource_unittest.cc
|
| +++ b/cc/resources/prioritized_resource_unittest.cc
|
| @@ -17,7 +17,7 @@ namespace cc {
|
| class PrioritizedResourceTest : public testing::Test {
|
| public:
|
| PrioritizedResourceTest()
|
| - : proxy_(scoped_ptr<Thread>(NULL)),
|
| + : proxy_(scoped_ptr<Thread>()),
|
| texture_size_(256, 256),
|
| texture_format_(GL_RGBA),
|
| output_surface_(CreateFakeOutputSurface()) {
|
|
|