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

Unified Diff: chrome/browser/ui/cocoa/tabs/throbbing_image_view_unittest.mm

Issue 14307023: chrome: Use base::MessageLoop. (Part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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
Index: chrome/browser/ui/cocoa/tabs/throbbing_image_view_unittest.mm
diff --git a/chrome/browser/ui/cocoa/tabs/throbbing_image_view_unittest.mm b/chrome/browser/ui/cocoa/tabs/throbbing_image_view_unittest.mm
index bdc15a5619313dca7577d58e10931539ff61713c..33f7f4155a5f3ed6749b5280526c292526d273f3 100644
--- a/chrome/browser/ui/cocoa/tabs/throbbing_image_view_unittest.mm
+++ b/chrome/browser/ui/cocoa/tabs/throbbing_image_view_unittest.mm
@@ -31,7 +31,7 @@ class ThrobbingImageViewTest : public CocoaTest {
[[test_window() contentView] addSubview:view_];
}
- MessageLoopForUI message_loop_; // Needed for ui::ThrobAnimation.
+ base::MessageLoopForUI message_loop_; // Needed for ui::ThrobAnimation.
ThrobbingImageView* view_;
};

Powered by Google App Engine
This is Rietveld 408576698