| Index: cc/test/fake_picture_pile_impl.h | 
| diff --git a/cc/test/fake_picture_pile_impl.h b/cc/test/fake_picture_pile_impl.h | 
| index ab27238bc7f156769842d22f965902788f4653f6..f1a9d31ad3da684c651b42ed7484c39dae8ef2a8 100644 | 
| --- a/cc/test/fake_picture_pile_impl.h | 
| +++ b/cc/test/fake_picture_pile_impl.h | 
| @@ -84,7 +84,7 @@ class FakePicturePileImpl : public PicturePileImpl { | 
|  | 
| protected: | 
| FakePicturePileImpl(); | 
| -  explicit FakePicturePileImpl(const PicturePileBase* other); | 
| +  explicit FakePicturePileImpl(const PicturePile* other); | 
| ~FakePicturePileImpl() override; | 
|  | 
| FakeContentLayerClient client_; | 
|  |