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

Unified Diff: media/base/demuxer.h

Issue 1534273002: Switch to standard integer types in media/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 5 years 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
Index: media/base/demuxer.h
diff --git a/media/base/demuxer.h b/media/base/demuxer.h
index 1f136a0cbcccd6e93f1ad85804407c9ecb1a4d04..5e3fc4a9452fc910dfdd2e4be73bf0665f70eeb8 100644
--- a/media/base/demuxer.h
+++ b/media/base/demuxer.h
@@ -50,7 +50,7 @@ class MEDIA_EXPORT Demuxer : public DemuxerStreamProvider {
// First parameter - The type of initialization data.
// Second parameter - The initialization data associated with the stream.
typedef base::Callback<void(EmeInitDataType type,
- const std::vector<uint8>& init_data)>
+ const std::vector<uint8_t>& init_data)>
EncryptedMediaInitDataCB;
Demuxer();

Powered by Google App Engine
This is Rietveld 408576698