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 b8b320c01a56c22709dca52bd8dbfe38b68988fb..7a5421f5d5d2e6d75e2c9f4b9e1a0bac624aad90 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>()), |
+ : proxy_(), |
always_impl_thread_(&proxy_), |
always_main_thread_blocked_(&proxy_), |
did_try_initialize_renderer_(false), |