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 75fcef7576512f01a430119bede8abe334bd7f5a..3c8fe84dbc0bcc2d6c951ad79604919e4ce42c93 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_(), |
piman
2013/06/18 17:56:25
nit: remove redundant default initializer
|
always_impl_thread_(&proxy_), |
always_main_thread_blocked_(&proxy_), |
did_try_initialize_renderer_(false), |