| 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_;
|
| };
|
|
|
|
|