| Index: ui/base/animation/test_animation_delegate.h
|
| diff --git a/ui/base/animation/test_animation_delegate.h b/ui/base/animation/test_animation_delegate.h
|
| index 0036c37c5502075e592ba56167f43ebd514d605b..ada0c836d37dda9d0fa310b70e860b4d738337c5 100644
|
| --- a/ui/base/animation/test_animation_delegate.h
|
| +++ b/ui/base/animation/test_animation_delegate.h
|
| @@ -19,13 +19,13 @@ class TestAnimationDelegate : public AnimationDelegate {
|
|
|
| virtual void AnimationEnded(const Animation* animation) {
|
| finished_ = true;
|
| - MessageLoop::current()->Quit();
|
| + base::MessageLoop::current()->Quit();
|
| }
|
|
|
| virtual void AnimationCanceled(const Animation* animation) {
|
| finished_ = true;
|
| canceled_ = true;
|
| - MessageLoop::current()->Quit();
|
| + base::MessageLoop::current()->Quit();
|
| }
|
|
|
| bool finished() const {
|
|
|