Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: ui/base/animation/slide_animation_unittest.cc

Issue 14061025: ui: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/animation/animation_unittest.cc ('k') | ui/base/animation/test_animation_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ui/base/animation/animation_unittest.cc ('k') | ui/base/animation/test_animation_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698