| Index: chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm b/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm
|
| index 80e8591e085690fd9105e9a96c7d4f0d5b0671b4..82fdc60a18b8b6dbf738b05f289503a6edeb4987 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm
|
| @@ -375,7 +375,7 @@ class BrowserWindowControllerTest : public InProcessBrowserTest {
|
| // NOTIFICATION_FULLSCREEN_CHANGED is sent asynchronously.
|
| // This method toggles fullscreen and waits for the notification.
|
| void ToggleFullscreenAndWaitForNotification() {
|
| - scoped_ptr<FullscreenNotificationObserver> waiter(
|
| + std::unique_ptr<FullscreenNotificationObserver> waiter(
|
| new FullscreenNotificationObserver());
|
| browser()
|
| ->exclusive_access_manager()
|
|
|