| Index: ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| diff --git a/ppapi/proxy/ppp_content_decryptor_private_proxy.h b/ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| index 0df8734ca241208b62d5d1b9b8c24d38fef6fd58..2ab19c339a1f5a0d509629fb066551de3ec6ed22 100644
|
| --- a/ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| +++ b/ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef PPAPI_PROXY_PPP_CONTENT_DECRYPTOR_PRIVATE_PROXY_H_
|
| #define PPAPI_PROXY_PPP_CONTENT_DECRYPTOR_PRIVATE_PROXY_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/c/private/ppp_content_decryptor_private.h"
|
| #include "ppapi/proxy/interface_proxy.h"
|
|
|