Index: content/renderer/raster_worker_pool.h |
diff --git a/content/renderer/raster_worker_pool.h b/content/renderer/raster_worker_pool.h |
index b4ddf9a61c251e6f759400ccff94266941a2f604..5245c496b28a57b92b008062922b86e42dd61f28 100644 |
--- a/content/renderer/raster_worker_pool.h |
+++ b/content/renderer/raster_worker_pool.h |
@@ -116,7 +116,7 @@ class CONTENT_EXPORT RasterWorkerPool : public base::TaskRunner, |
bool ShouldRunTaskForCategoryWithLockAcquired(cc::TaskCategory category); |
// The actual threads where work is done. |
- std::vector<scoped_ptr<base::SimpleThread>> threads_; |
+ std::vector<std::unique_ptr<base::SimpleThread>> threads_; |
// Lock to exclusively access all the following members that are used to |
// implement the TaskRunner and TaskGraphRunner interfaces. |