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

Unified Diff: chrome/browser/ui/cocoa/tabs/tab_projecting_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/tab_projecting_image_view_unittest.mm
diff --git a/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view_unittest.mm b/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view_unittest.mm
index 48dda871c8fe4ba074df5c916ccefe37f64a36e1..25bc7dd3f01f1fcdc94d407a85120ddd1f8f5b92 100644
--- a/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view_unittest.mm
+++ b/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view_unittest.mm
@@ -43,7 +43,7 @@ class TabProjectingImageViewTest : public CocoaTest {
[[test_window() contentView] addSubview:view_];
}
- MessageLoopForUI message_loop_; // Needed for ui::ThrobAnimation.
+ base::MessageLoopForUI message_loop_; // Needed for ui::ThrobAnimation.
TabProjectingImageView* view_;
};

Powered by Google App Engine
This is Rietveld 408576698