Rename CefBase to CefBaseRefCounted (issue #2090)

This commit is contained in:
Marshall Greenblatt
2017-02-09 17:07:43 -05:00
parent 07ba48b082
commit 0afcb82ee6
679 changed files with 2066 additions and 1962 deletions

View File

@@ -206,7 +206,7 @@ void CefX509CertPrincipalCToCpp::GetDomainComponents(
CefX509CertPrincipalCToCpp::CefX509CertPrincipalCToCpp() {
}
template<> cef_x509cert_principal_t* CefCToCpp<CefX509CertPrincipalCToCpp,
template<> cef_x509cert_principal_t* CefCToCppRefCounted<CefX509CertPrincipalCToCpp,
CefX509CertPrincipal, cef_x509cert_principal_t>::UnwrapDerived(
CefWrapperType type, CefX509CertPrincipal* c) {
NOTREACHED() << "Unexpected class type: " << type;
@@ -214,10 +214,10 @@ template<> cef_x509cert_principal_t* CefCToCpp<CefX509CertPrincipalCToCpp,
}
#if DCHECK_IS_ON()
template<> base::AtomicRefCount CefCToCpp<CefX509CertPrincipalCToCpp,
template<> base::AtomicRefCount CefCToCppRefCounted<CefX509CertPrincipalCToCpp,
CefX509CertPrincipal, cef_x509cert_principal_t>::DebugObjCt = 0;
#endif
template<> CefWrapperType CefCToCpp<CefX509CertPrincipalCToCpp,
template<> CefWrapperType CefCToCppRefCounted<CefX509CertPrincipalCToCpp,
CefX509CertPrincipal, cef_x509cert_principal_t>::kWrapperType =
WT_X509CERT_PRINCIPAL;