| Index: chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.mm b/chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.mm
|
| index 629c8ae9953d7ae23f6fc0c0cf60df21e602bd01..834927bb0e15a17869cffc30cb1f28c9965a2404 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.mm
|
| @@ -36,7 +36,7 @@ class AutofillLoadingAnimationBridge : public gfx::AnimationDelegate {
|
| virtual ~AutofillLoadingAnimationBridge() {}
|
|
|
| // gfx::AnimationDelegate implementation.
|
| - virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE {
|
| + virtual void AnimationProgressed(const gfx::Animation* animation) override {
|
| DCHECK_EQ(animation, &animation_);
|
| [controller_ relayoutDotsForSteppedAnimation:animation_];
|
| }
|
|
|