| Index: ash/shelf/background_animator.cc
|
| diff --git a/ash/shelf/background_animator.cc b/ash/shelf/background_animator.cc
|
| index 456c2f8e628d5cfa7279721b2426e3e1698c81b0..dedae6fa1df31826cd933494bf479f5a9846e913 100644
|
| --- a/ash/shelf/background_animator.cc
|
| +++ b/ash/shelf/background_animator.cc
|
| @@ -21,7 +21,7 @@ BackgroundAnimator::BackgroundAnimator(BackgroundAnimatorDelegate* delegate,
|
| : delegate_(delegate),
|
| min_alpha_(min_alpha),
|
| max_alpha_(max_alpha),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(animation_(this)),
|
| + animation_(this),
|
| paints_background_(false),
|
| alpha_(min_alpha) {
|
| animation_.SetSlideDuration(kBackgroundDurationMS);
|
|
|