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

Unified Diff: content/public/renderer/render_thread.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/renderer/render_frame.h ('k') | content/public/renderer/video_encode_accelerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_thread.h
diff --git a/content/public/renderer/render_thread.h b/content/public/renderer/render_thread.h
index 7f88da91b1d88680fbc329157e78a62a252035c5..4a1ec5799a479fbcb5d8d9ba3c72504749f0a87a 100644
--- a/content/public/renderer/render_thread.h
+++ b/content/public/renderer/render_thread.h
@@ -77,7 +77,7 @@ class CONTENT_EXPORT RenderThread : virtual public ChildThread {
// Asks the host to create a block of shared memory for the renderer.
// The shared memory allocated by the host is returned back.
- virtual scoped_ptr<base::SharedMemory> HostAllocateSharedMemoryBuffer(
+ virtual std::unique_ptr<base::SharedMemory> HostAllocateSharedMemoryBuffer(
size_t buffer_size) = 0;
virtual cc::SharedBitmapManager* GetSharedBitmapManager() = 0;
« no previous file with comments | « content/public/renderer/render_frame.h ('k') | content/public/renderer/video_encode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698