| Index: ppapi/proxy/ppb_audio_config_proxy.h
|
| diff --git a/ppapi/proxy/ppb_audio_config_proxy.h b/ppapi/proxy/ppb_audio_config_proxy.h
|
| index e8a12e8b712b13a40923e2570632dad374a1eac1..5bbfa30822074659cc5fd16cc76b2dbd6388e56b 100644
|
| --- a/ppapi/proxy/ppb_audio_config_proxy.h
|
| +++ b/ppapi/proxy/ppb_audio_config_proxy.h
|
| @@ -16,8 +16,6 @@ struct PPB_AudioConfig;
|
| namespace pp {
|
| namespace proxy {
|
|
|
| -class HostResource;
|
| -
|
| class PPB_AudioConfig_Proxy : public InterfaceProxy {
|
| public:
|
| PPB_AudioConfig_Proxy(Dispatcher* dispatcher, const void* target_interface);
|
|
|