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

Unified Diff: media/blink/url_index.h

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/texttrack_impl.cc ('k') | media/blink/url_index.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/url_index.h
diff --git a/media/blink/url_index.h b/media/blink/url_index.h
index be96858825b964904f5d8bd0ba24228c2970aef2..aec033a5672abe8688785de2a4d55b5914d22069 100644
--- a/media/blink/url_index.h
+++ b/media/blink/url_index.h
@@ -37,7 +37,7 @@ class MEDIA_BLINK_EXPORT ResourceMultiBuffer
~ResourceMultiBuffer() override;
// MultiBuffer implementation.
- scoped_ptr<MultiBuffer::DataProvider> CreateWriter(
+ std::unique_ptr<MultiBuffer::DataProvider> CreateWriter(
const BlockId& pos) override;
bool RangeSupported() const override;
void OnEmpty() override;
« no previous file with comments | « media/blink/texttrack_impl.cc ('k') | media/blink/url_index.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698