| Index: cc/layers/scrollbar_layer_unittest.cc
 | 
| diff --git a/cc/layers/scrollbar_layer_unittest.cc b/cc/layers/scrollbar_layer_unittest.cc
 | 
| index bb76720a1ffcb56f33964edad01d2fe68e130fa5..4fab6251135f9cef8507c439441ed6cdc6065508 100644
 | 
| --- a/cc/layers/scrollbar_layer_unittest.cc
 | 
| +++ b/cc/layers/scrollbar_layer_unittest.cc
 | 
| @@ -453,7 +453,7 @@
 | 
|   public:
 | 
|    ScrollbarLayerTestMaxTextureSize() {}
 | 
|  
 | 
| -  void SetScrollbarBounds(const gfx::Size& bounds) { bounds_ = bounds; }
 | 
| +  void SetScrollbarBounds(gfx::Size bounds) { bounds_ = bounds; }
 | 
|  
 | 
|    virtual void BeginTest() OVERRIDE {
 | 
|      scoped_ptr<Scrollbar> scrollbar(new FakeScrollbar);
 | 
| 
 |