summaryrefslogtreecommitdiff
path: root/chromium/media/base/stream_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/media/base/stream_parser.h')
-rw-r--r--chromium/media/base/stream_parser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/media/base/stream_parser.h b/chromium/media/base/stream_parser.h
index a0fbb71a924..33a336def8b 100644
--- a/chromium/media/base/stream_parser.h
+++ b/chromium/media/base/stream_parser.h
@@ -73,9 +73,8 @@ class MEDIA_EXPORT StreamParser {
// First parameter - The type of the initialization data associated with the
// stream.
// Second parameter - The initialization data associated with the stream.
- // Third parameter - Number of bytes of the initialization data.
typedef base::Callback<void(const std::string&,
- scoped_ptr<uint8[]>, int)> NeedKeyCB;
+ const std::vector<uint8>&)> NeedKeyCB;
// Initialize the parser with necessary callbacks. Must be called before any
// data is passed to Parse(). |init_cb| will be called once enough data has