Index: media/base/stream_parser.h |
diff --git a/media/base/stream_parser.h b/media/base/stream_parser.h |
index a0fbb71a9243c12cef9b54fab39ee3a8506abcf8..33a336def8bc4e418750fc5f472856469b54dece 100644 |
--- a/media/base/stream_parser.h |
+++ b/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 |