| Index: ui/web_dialogs/web_dialog_web_contents_delegate.h
|
| diff --git a/ui/web_dialogs/web_dialog_web_contents_delegate.h b/ui/web_dialogs/web_dialog_web_contents_delegate.h
|
| index 7f42f7caf3db9369bfb0ed6763ef2d77e9ff424d..ca2f241940a8c0720f4148eb19810a953458414d 100644
|
| --- a/ui/web_dialogs/web_dialog_web_contents_delegate.h
|
| +++ b/ui/web_dialogs/web_dialog_web_contents_delegate.h
|
| @@ -71,7 +71,7 @@ class WEB_DIALOGS_EXPORT WebDialogWebContentsDelegate
|
| // Weak pointer. Always an original profile.
|
| content::BrowserContext* browser_context_;
|
|
|
| - scoped_ptr<WebContentsHandler> handler_;
|
| + std::unique_ptr<WebContentsHandler> handler_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WebDialogWebContentsDelegate);
|
| };
|
|
|