Index: ui/views/animation/bounds_animator.h |
diff --git a/ui/views/animation/bounds_animator.h b/ui/views/animation/bounds_animator.h |
index 567e16009b97640845919e957c2960c619cdf27b..b5602ca8b8ef6a63285a82de1bcde03b9e463200 100644 |
--- a/ui/views/animation/bounds_animator.h |
+++ b/ui/views/animation/bounds_animator.h |
@@ -156,7 +156,7 @@ class VIEWS_EXPORT BoundsAnimator : public gfx::AnimationDelegate, |
// Parent of all views being animated. |
View* parent_; |
- ObserverList<BoundsAnimatorObserver> observers_; |
+ base::ObserverList<BoundsAnimatorObserver> observers_; |
// All animations we create up with the same container. |
scoped_refptr<gfx::AnimationContainer> container_; |