| Index: ppapi/proxy/audio_encoder_resource.h
|
| diff --git a/ppapi/proxy/audio_encoder_resource.h b/ppapi/proxy/audio_encoder_resource.h
|
| index ff13aae255dbbc305c480f2bf68573bb0b93f444..f1ba9f3d1de7a582aaecbdc31cf73b91d9129291 100644
|
| --- a/ppapi/proxy/audio_encoder_resource.h
|
| +++ b/ppapi/proxy/audio_encoder_resource.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef PPAPI_PROXY_AUDIO_ENCODER_RESOURCE_H_
|
| #define PPAPI_PROXY_AUDIO_ENCODER_RESOURCE_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
|
|