| Index: chrome/browser/ui/views/payments/view_stack.cc
|
| diff --git a/chrome/browser/ui/views/payments/view_stack.cc b/chrome/browser/ui/views/payments/view_stack.cc
|
| index e9780f3b16228281ffdecca3a20f2f47c477a846..a8ec9e33c8490aec10a9db4cd4bacdadbd4f1be6 100644
|
| --- a/chrome/browser/ui/views/payments/view_stack.cc
|
| +++ b/chrome/browser/ui/views/payments/view_stack.cc
|
| @@ -81,7 +81,7 @@ void ViewStack::UpdateAnimatorBounds(
|
| // If an animator is currently animating, figure out which views and update
|
| // their target bounds.
|
| if (animator->IsAnimating()) {
|
| - for (auto& view: stack_) {
|
| + for (auto& view : stack_) {
|
| if (animator->IsAnimating(view.get())) {
|
| animator->SetTargetBounds(view.get(), target);
|
| }
|
|
|