| Index: media/blink/webcontentdecryptionmodule_impl.h
|
| diff --git a/media/blink/webcontentdecryptionmodule_impl.h b/media/blink/webcontentdecryptionmodule_impl.h
|
| index c11295edd91c5818824a3e477338f4209f4f3c1a..ea4d2d9ebf9a2b7253d34baef3a9a4caa3e8c82b 100644
|
| --- a/media/blink/webcontentdecryptionmodule_impl.h
|
| +++ b/media/blink/webcontentdecryptionmodule_impl.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef MEDIA_BLINK_WEBCONTENTDECRYPTIONMODULE_IMPL_H_
|
| #define MEDIA_BLINK_WEBCONTENTDECRYPTIONMODULE_IMPL_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|