| Index: chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.mm
 | 
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.mm b/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.mm
 | 
| index 1cfa8a4dc0360b1f846b3262164e99f0b5229269..729502810250a9c3f8ebe14544f2c1985a7aa1b6 100644
 | 
| --- a/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.mm
 | 
| +++ b/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.mm
 | 
| @@ -11,7 +11,7 @@
 | 
|       projectorImage:(NSImage*)projectorImage
 | 
|           throbImage:(NSImage*)throbImage
 | 
|           durationMS:(int)durationMS
 | 
| -    animationContainer:(ui::AnimationContainer*)animationContainer {
 | 
| +    animationContainer:(gfx::AnimationContainer*)animationContainer {
 | 
|    if ((self = [super initWithFrame:rect
 | 
|                     backgroundImage:backgroundImage
 | 
|                          throbImage:throbImage
 | 
| 
 |