| Index: ppapi/cpp/private/x509_certificate_private.h
|
| diff --git a/ppapi/cpp/private/x509_certificate_private.h b/ppapi/cpp/private/x509_certificate_private.h
|
| index 5b316b4216aaf2c3bfc81991ba772a20a291c54a..981f581439c143e93c93904f476831a36bdfead7 100644
|
| --- a/ppapi/cpp/private/x509_certificate_private.h
|
| +++ b/ppapi/cpp/private/x509_certificate_private.h
|
| @@ -13,12 +13,12 @@ namespace pp {
|
|
|
| class Var;
|
|
|
| -class X509Certificate : public Resource {
|
| +class X509CertificatePrivate : public Resource {
|
| public:
|
| // Creates an is_null() object.
|
| - X509Certificate();
|
| - explicit X509Certificate(PP_Resource resource);
|
| - explicit X509Certificate(const InstanceHandle& instance);
|
| + X509CertificatePrivate();
|
| + X509CertificatePrivate(PassRef, PP_Resource resource);
|
| + explicit X509CertificatePrivate(const InstanceHandle& instance);
|
|
|
| // Returns true if the required interface is available.
|
| static bool IsAvailable();
|
|
|