| Index: ui/base/cocoa/fullscreen_window_manager_unittest.mm
|
| diff --git a/ui/base/cocoa/fullscreen_window_manager_unittest.mm b/ui/base/cocoa/fullscreen_window_manager_unittest.mm
|
| index 710ec79a613129a906a6c349ca63f664bcff1e19..5f9ff2f511bc7af0e17f0362c024f0451b997f84 100644
|
| --- a/ui/base/cocoa/fullscreen_window_manager_unittest.mm
|
| +++ b/ui/base/cocoa/fullscreen_window_manager_unittest.mm
|
| @@ -11,10 +11,9 @@
|
| typedef ui::CocoaTest FullscreenWindowManagerTest;
|
|
|
| TEST_F(FullscreenWindowManagerTest, EnterExit) {
|
| - scoped_nsobject<FullscreenWindowManager> manager(
|
| - [[FullscreenWindowManager alloc]
|
| - initWithWindow:test_window()
|
| - desiredScreen:[NSScreen mainScreen]]);
|
| + base::scoped_nsobject<FullscreenWindowManager> manager(
|
| + [[FullscreenWindowManager alloc] initWithWindow:test_window()
|
| + desiredScreen:[NSScreen mainScreen]]);
|
|
|
| NSApplicationPresentationOptions current_options =
|
| [NSApp presentationOptions];
|
|
|