| Index: ash/launcher/launcher_button.cc
|
| diff --git a/ash/launcher/launcher_button.cc b/ash/launcher/launcher_button.cc
|
| index 854044b023d09b2f4e54d42102ada1a0832feb23..dad5d18cedf127215197508ed084deccee9d0a9c 100644
|
| --- a/ash/launcher/launcher_button.cc
|
| +++ b/ash/launcher/launcher_button.cc
|
| @@ -79,7 +79,7 @@ class LauncherButtonAnimation : public ui::AnimationDelegate {
|
|
|
| private:
|
| LauncherButtonAnimation()
|
| - : ALLOW_THIS_IN_INITIALIZER_LIST(animation_(this)) {
|
| + : animation_(this) {
|
| animation_.SetThrobDuration(kAttentionThrobDurationMS);
|
| animation_.SetTweenType(ui::Tween::SMOOTH_IN_OUT);
|
| }
|
|
|