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

Unified Diff: media/base/bitstream_buffer.h

Issue 1906423005: Replace scoped_ptr with std::unique_ptr in //media/base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scopedptr-media-base: android 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/base/bit_reader.h ('k') | media/base/byte_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/bitstream_buffer.h
diff --git a/media/base/bitstream_buffer.h b/media/base/bitstream_buffer.h
index 000836eaa85e80e7744c6cf1d76198e93d61df71..677b25602f2a140d5c3183e8e9f2289c818929f5 100644
--- a/media/base/bitstream_buffer.h
+++ b/media/base/bitstream_buffer.h
@@ -82,7 +82,7 @@ class MEDIA_EXPORT BitstreamBuffer {
// The following fields come from DecryptConfig.
// TODO(timav): Try to DISALLOW_COPY_AND_ASSIGN and include these params as
- // scoped_ptr<DecryptConfig> or explain why copy & assign is needed.
+ // std::unique_ptr<DecryptConfig> or explain why copy & assign is needed.
std::string key_id_; // key ID.
std::string iv_; // initialization vector
« no previous file with comments | « media/base/bit_reader.h ('k') | media/base/byte_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698