| Index: ui/compositor/layer_animator.h
|
| diff --git a/ui/compositor/layer_animator.h b/ui/compositor/layer_animator.h
|
| index 69744f8c46221f4e1c8db812db66ec27d9ab4ca0..99b3765b518484e6aa29c698a5fee75264fe8444 100644
|
| --- a/ui/compositor/layer_animator.h
|
| +++ b/ui/compositor/layer_animator.h
|
| @@ -349,7 +349,7 @@ class COMPOSITOR_EXPORT LayerAnimator : public base::RefCounted<LayerAnimator> {
|
|
|
| // Observers are notified when layer animations end, are scheduled or are
|
| // aborted.
|
| - ObserverList<LayerAnimationObserver> observers_;
|
| + base::ObserverList<LayerAnimationObserver> observers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LayerAnimator);
|
| };
|
|
|