| Index: ppapi/proxy/serialized_var.h
|
| diff --git a/ppapi/proxy/serialized_var.h b/ppapi/proxy/serialized_var.h
|
| index 46f8ed52e560c536851eb586b496c5e74099f28c..3f8ec99068d18d5b7039578a2ea067a8532204fe 100644
|
| --- a/ppapi/proxy/serialized_var.h
|
| +++ b/ppapi/proxy/serialized_var.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef PPAPI_PROXY_SERIALIZED_VAR_H_
|
| #define PPAPI_PROXY_SERIALIZED_VAR_H_
|
|
|
| +#include <stddef.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/scoped_ptr.h"
|
| #include "ppapi/c/pp_instance.h"
|
|
|