diff options
author | avi <avi@chromium.org> | 2015-12-22 22:22:36 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-23 06:24:23 +0000 |
commit | 1323b9c2b864dd0eabebd64bbc1fb4634c4ed30c (patch) | |
tree | b0ebf20a45fa7d93b1ef0ee9c2708a1c827096fa /media/blink/webcontentdecryptionmodulesession_impl.h | |
parent | 5e82369982062eb995fda3ee241a529c0fc50dd0 (diff) | |
download | chromium_src-1323b9c2b864dd0eabebd64bbc1fb4634c4ed30c.zip chromium_src-1323b9c2b864dd0eabebd64bbc1fb4634c4ed30c.tar.gz chromium_src-1323b9c2b864dd0eabebd64bbc1fb4634c4ed30c.tar.bz2 |
Switch to standard integer types in media/, take 2.
This uses an automated script, so it'll catch things the first pass, done by hand, missed.
BUG=138542
TBR=dalecurtis@chromium.org
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/1542013004
Cr-Commit-Position: refs/heads/master@{#366712}
Diffstat (limited to 'media/blink/webcontentdecryptionmodulesession_impl.h')
-rw-r--r-- | media/blink/webcontentdecryptionmodulesession_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media/blink/webcontentdecryptionmodulesession_impl.h b/media/blink/webcontentdecryptionmodulesession_impl.h index 956c18d..18db472 100644 --- a/media/blink/webcontentdecryptionmodulesession_impl.h +++ b/media/blink/webcontentdecryptionmodulesession_impl.h @@ -5,6 +5,9 @@ #ifndef MEDIA_BLINK_WEBCONTENTDECRYPTIONMODULESESSION_IMPL_H_ #define MEDIA_BLINK_WEBCONTENTDECRYPTIONMODULESESSION_IMPL_H_ +#include <stddef.h> +#include <stdint.h> + #include <string> #include <vector> |