| Index: ui/compositor/layer_animation_sequence.h
|
| diff --git a/ui/compositor/layer_animation_sequence.h b/ui/compositor/layer_animation_sequence.h
|
| index 19635adfc971b68f08c146abe481354524e9c952..0dad650123e6748a96c199f69308e4f149d4e4a4 100644
|
| --- a/ui/compositor/layer_animation_sequence.h
|
| +++ b/ui/compositor/layer_animation_sequence.h
|
| @@ -176,7 +176,7 @@ class COMPOSITOR_EXPORT LayerAnimationSequence
|
| int animation_group_id_;
|
|
|
| // These parties are notified when layer animations end.
|
| - ObserverList<LayerAnimationObserver> observers_;
|
| + base::ObserverList<LayerAnimationObserver> observers_;
|
|
|
| // Tracks the last_progressed_fraction() of the most recently progressed
|
| // element.
|
|
|