| Index: chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
|
| index 520755e98ecb7961b03d246214ffcaffff447752..c730c99d674e2c8b7042232e1755c09bd7e5435a 100644
|
| --- a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
|
| @@ -72,7 +72,7 @@ class FullscreenExitBubbleControllerTest : public CocoaProfileTest {
|
| }
|
|
|
| scoped_refptr<SiteInstance> site_instance_;
|
| - scoped_nsobject<FullscreenExitBubbleController> controller_;
|
| + base::scoped_nsobject<FullscreenExitBubbleController> controller_;
|
| };
|
|
|
| // http://crbug.com/103912
|
|
|