| 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 733d62350c422dbdded0c06687842324a8f0c505..48dda871c8fe4ba074df5c916ccefe37f64a36e1 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
|
| @@ -33,11 +33,12 @@ class TabProjectingImageViewTest : public CocoaTest {
|
| [throbImage unlockFocus];
|
|
|
| scoped_nsobject<TabProjectingImageView> view([[TabProjectingImageView alloc]
|
| - initWithFrame:NSMakeRect(0, 0, 32, 32)
|
| - backgroundImage:backgroundImage
|
| - projectorImage:projectorImage
|
| - throbImage:throbImage
|
| - durationMS:20]);
|
| + initWithFrame:NSMakeRect(0, 0, 32, 32)
|
| + backgroundImage:backgroundImage
|
| + projectorImage:projectorImage
|
| + throbImage:throbImage
|
| + durationMS:20
|
| + animationContainer:NULL]);
|
| view_ = view.get();
|
| [[test_window() contentView] addSubview:view_];
|
| }
|
|
|