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

Unified Diff: media/blink/active_loader.cc

Issue 1904253002: Convert //media/blink from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « media/blink/active_loader.h ('k') | media/blink/buffered_data_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/active_loader.cc
diff --git a/media/blink/active_loader.cc b/media/blink/active_loader.cc
index 0f38b0a0e1d6f3794b745a0c4d482c320347ebb7..401f40d9a130f15bf6484a0c2ab37770b8f67bb4 100644
--- a/media/blink/active_loader.cc
+++ b/media/blink/active_loader.cc
@@ -11,7 +11,7 @@
namespace media {
-ActiveLoader::ActiveLoader(scoped_ptr<blink::WebURLLoader> loader)
+ActiveLoader::ActiveLoader(std::unique_ptr<blink::WebURLLoader> loader)
: loader_(std::move(loader)), deferred_(false) {}
ActiveLoader::~ActiveLoader() {
« no previous file with comments | « media/blink/active_loader.h ('k') | media/blink/buffered_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698