| Index: ui/compositor/layer.h | 
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h | 
| index fa2c474a11c0f42c42163a7e8ebeee5d6f87cac0..c150fb3733c6680161acfc9ec77c31f982772608 100644 | 
| --- a/ui/compositor/layer.h | 
| +++ b/ui/compositor/layer.h | 
| @@ -375,7 +375,7 @@ class COMPOSITOR_EXPORT Layer | 
|  | 
| LayerDelegate* delegate_; | 
|  | 
| -  scoped_ptr<LayerAnimator> animator_; | 
| +  scoped_refptr<LayerAnimator> animator_; | 
|  | 
| // Ownership of the layer is held through one of the strongly typed layer | 
| // pointers, depending on which sort of layer this is. | 
|  |