Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: ui/web_dialogs/web_dialog_web_contents_delegate.h

Issue 1868363002: Replace scoped_ptr with std::unique_ptr in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scopedptrcc
Patch Set: scopedptrui: rebase-make_scoped_ptr Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views_content_client/views_content_main_delegate.h ('k') | ui/wm/core/accelerator_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « ui/views_content_client/views_content_main_delegate.h ('k') | ui/wm/core/accelerator_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698