| Index: ui/base/animation/slide_animation_unittest.cc
|
| diff --git a/ui/base/animation/slide_animation_unittest.cc b/ui/base/animation/slide_animation_unittest.cc
|
| index 7a8dbb83ff950735be1572ced1d059430b715cf8..0ed77cf73f4e4796a6513d3d5d19440771676d3b 100644
|
| --- a/ui/base/animation/slide_animation_unittest.cc
|
| +++ b/ui/base/animation/slide_animation_unittest.cc
|
| @@ -33,7 +33,7 @@ class SlideAnimation::TestApi {
|
| // SlideAnimationTest
|
| class SlideAnimationTest: public testing::Test {
|
| private:
|
| - MessageLoopForUI message_loop_;
|
| + base::MessageLoopForUI message_loop_;
|
| };
|
|
|
| // Tests animation construction.
|
|
|