| Index: ash/shelf/background_animator.cc
 | 
| diff --git a/ash/shelf/background_animator.cc b/ash/shelf/background_animator.cc
 | 
| index dedae6fa1df31826cd933494bf479f5a9846e913..35e5fba3a74e8699fd5e072efb6419c0269ef09f 100644
 | 
| --- a/ash/shelf/background_animator.cc
 | 
| +++ b/ash/shelf/background_animator.cc
 | 
| @@ -49,7 +49,7 @@ void BackgroundAnimator::SetPaintsBackground(bool value, ChangeType type) {
 | 
|      animation_.Hide();
 | 
|  }
 | 
|  
 | 
| -void BackgroundAnimator::AnimationProgressed(const ui::Animation* animation) {
 | 
| +void BackgroundAnimator::AnimationProgressed(const gfx::Animation* animation) {
 | 
|    int alpha = animation->CurrentValueBetween(min_alpha_, max_alpha_);
 | 
|    if (alpha_ == alpha)
 | 
|      return;
 | 
| 
 |