| Index: ppapi/proxy/media_stream_audio_track_resource.h
|
| diff --git a/ppapi/proxy/media_stream_audio_track_resource.h b/ppapi/proxy/media_stream_audio_track_resource.h
|
| index 566f42d96caeef9bd7f4031d97529e1723537761..3c25726287d2bd1dfbfd6dc226d7689d1bdfd414 100644
|
| --- a/ppapi/proxy/media_stream_audio_track_resource.h
|
| +++ b/ppapi/proxy/media_stream_audio_track_resource.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef PPAPI_PROXY_MEDIA_STREAM_AUDIO_TRACK_RESOURCE_H_
|
| #define PPAPI_PROXY_MEDIA_STREAM_AUDIO_TRACK_RESOURCE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "ppapi/proxy/media_stream_track_resource_base.h"
|
| #include "ppapi/proxy/ppapi_proxy_export.h"
|
|
|