| 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 86cf046609be6a9ab4b9a30b17ea33fc903dad7c..4361e505f986f73d526261b841500ec4e2e51131 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_];
 | 
|    }
 | 
|  
 | 
| -  base::MessageLoopForUI message_loop_;  // Needed for ui::ThrobAnimation.
 | 
| +  base::MessageLoopForUI message_loop_;  // Needed for gfx::ThrobAnimation.
 | 
|    TabProjectingImageView* view_;
 | 
|  };
 | 
|  
 | 
| 
 |