| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index 8ceb6bdbb5f7eea5f567f3d634731f62d562b6bd..d643656f2238c035cb474e73a7986e2083a0d3d6 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -61,7 +61,7 @@ class LayerTreeHostImplTest : public testing::Test,
|
| public LayerTreeHostImplClient {
|
| public:
|
| LayerTreeHostImplTest()
|
| - : proxy_(scoped_ptr<Thread>(NULL)),
|
| + : proxy_(scoped_ptr<Thread>()),
|
| always_impl_thread_(&proxy_),
|
| always_main_thread_blocked_(&proxy_),
|
| did_try_initialize_renderer_(false),
|
|
|