| Index: components/view_manager/animation_runner.h
|
| diff --git a/components/view_manager/animation_runner.h b/components/view_manager/animation_runner.h
|
| index 99a169e31eacded3d887a97aa3e58bec613c5bd3..547190ef825b03b726082e967ce599b98a6a47cd 100644
|
| --- a/components/view_manager/animation_runner.h
|
| +++ b/components/view_manager/animation_runner.h
|
| @@ -100,7 +100,7 @@ class AnimationRunner {
|
|
|
| base::TimeTicks last_tick_time_;
|
|
|
| - ObserverList<AnimationRunnerObserver> observers_;
|
| + base::ObserverList<AnimationRunnerObserver> observers_;
|
|
|
| ViewToAnimationMap view_to_animation_map_;
|
|
|
|
|