Index: cc/animation/layer_animation_controller.h |
diff --git a/cc/animation/layer_animation_controller.h b/cc/animation/layer_animation_controller.h |
index 1ac76fa393ed5ad60102ae50365303a7b0b3f649..4b37ad44930f7da348c07773e77e11d929ff0f52 100644 |
--- a/cc/animation/layer_animation_controller.h |
+++ b/cc/animation/layer_animation_controller.h |
@@ -215,8 +215,8 @@ class CC_EXPORT LayerAnimationController |
base::TimeTicks last_tick_time_; |
- ObserverList<LayerAnimationValueObserver> value_observers_; |
- ObserverList<LayerAnimationEventObserver> event_observers_; |
+ base::ObserverList<LayerAnimationValueObserver> value_observers_; |
+ base::ObserverList<LayerAnimationEventObserver> event_observers_; |
LayerAnimationValueProvider* value_provider_; |