| Index: cc/layers/painted_scrollbar_layer.h | 
| diff --git a/cc/layers/painted_scrollbar_layer.h b/cc/layers/painted_scrollbar_layer.h | 
| index 27dc2c3dd8349fa07b9c6469c03ac50938b8bb4d..1d452bcc41d23977329aa2774b1ecb058533b580 100644 | 
| --- a/cc/layers/painted_scrollbar_layer.h | 
| +++ b/cc/layers/painted_scrollbar_layer.h | 
| @@ -22,7 +22,6 @@ class CC_EXPORT PaintedScrollbarLayer : public ScrollbarLayerInterface, | 
| scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) override; | 
|  | 
| static scoped_refptr<PaintedScrollbarLayer> Create( | 
| -      const LayerSettings& settings, | 
| scoped_ptr<Scrollbar> scrollbar, | 
| int scroll_layer_id); | 
|  | 
| @@ -45,9 +44,7 @@ class CC_EXPORT PaintedScrollbarLayer : public ScrollbarLayerInterface, | 
| } | 
|  | 
| protected: | 
| -  PaintedScrollbarLayer(const LayerSettings& settings, | 
| -                        scoped_ptr<Scrollbar> scrollbar, | 
| -                        int scroll_layer_id); | 
| +  PaintedScrollbarLayer(scoped_ptr<Scrollbar> scrollbar, int scroll_layer_id); | 
| ~PaintedScrollbarLayer() override; | 
|  | 
| // For unit tests | 
|  |