| Index: cc/trees/layer_tree_host_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
|
| index 2881f62a5058832a8fb4236dca5f2893782a8c93..c5dbe0d79a624d9e346e5ca84cc1a325c892f27f 100644
|
| --- a/cc/trees/layer_tree_host_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_unittest.cc
|
| @@ -3387,7 +3387,7 @@ class LayerTreeHostTestPropertyChangesDuringUpdateArePushed
|
| // avoid causing a second commit to be scheduled. If a property change
|
| // is made during this, however, it needs to be pushed in the upcoming
|
| // commit.
|
| - scoped_ptr<base::AutoReset<bool> > ignore =
|
| + scoped_ptr<base::AutoReset<bool>> ignore =
|
| scrollbar_layer_->IgnoreSetNeedsCommit();
|
|
|
| scrollbar_layer_->SetBounds(gfx::Size(30, 30));
|
|
|