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

Unified Diff: content/public/browser/render_widget_host.h

Issue 1874903002: Convert //content from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent 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 | « content/public/browser/render_process_host.h ('k') | content/public/browser/render_widget_host_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_widget_host.h
diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
index 883dbb252c27ab76c4ade9f3b8d992c776d1dbc2..9ab9b0c2bda8f899f9148a03f387df5dc7ec6942 100644
--- a/content/public/browser/render_widget_host.h
+++ b/content/public/browser/render_widget_host.h
@@ -109,7 +109,7 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
// Returns an iterator to iterate over the global list of active render widget
// hosts.
- static scoped_ptr<RenderWidgetHostIterator> GetRenderWidgetHosts();
+ static std::unique_ptr<RenderWidgetHostIterator> GetRenderWidgetHosts();
~RenderWidgetHost() override {}
« no previous file with comments | « content/public/browser/render_process_host.h ('k') | content/public/browser/render_widget_host_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698