| Index: content/renderer/media/cdm/ppapi_decryptor.h
|
| diff --git a/content/renderer/media/cdm/ppapi_decryptor.h b/content/renderer/media/cdm/ppapi_decryptor.h
|
| index 29a7a3511045a62f78ebea9a776f4e35c6ad1931..7aff248ab313efc35fe67e7d96f6632276fcae9b 100644
|
| --- a/content/renderer/media/cdm/ppapi_decryptor.h
|
| +++ b/content/renderer/media/cdm/ppapi_decryptor.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef CONTENT_RENDERER_MEDIA_CDM_PPAPI_DECRYPTOR_H_
|
| #define CONTENT_RENDERER_MEDIA_CDM_PPAPI_DECRYPTOR_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/renderer/media/cdm/pepper_cdm_wrapper.h"
|
|
|