| Index: ppapi/shared_impl/ppb_audio_config_shared.h
|
| diff --git a/ppapi/shared_impl/ppb_audio_config_shared.h b/ppapi/shared_impl/ppb_audio_config_shared.h
|
| index 017466687c78c2ab18b1b84389f093558e86ce63..77826be75b74c711d5745f9dd1a6cc10595991ad 100644
|
| --- a/ppapi/shared_impl/ppb_audio_config_shared.h
|
| +++ b/ppapi/shared_impl/ppb_audio_config_shared.h
|
| @@ -38,8 +38,7 @@ class PPAPI_SHARED_EXPORT PPB_AudioConfig_Shared
|
|
|
| private:
|
| // You must call Init before using this object.
|
| - explicit PPB_AudioConfig_Shared(ResourceObjectType type,
|
| - PP_Instance instance);
|
| + PPB_AudioConfig_Shared(ResourceObjectType type, PP_Instance instance);
|
|
|
| // Returns false if the arguments are invalid, the object should not be
|
| // used in this case.
|
|
|