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

@@ -171,7 +171,7 @@ CefRefPtr<CefSSLStatus> CefNavigationEntryCToCpp::GetSSLStatus() {
CefNavigationEntryCToCpp::CefNavigationEntryCToCpp() {
}
template<> cef_navigation_entry_t* CefCToCpp<CefNavigationEntryCToCpp,
template<> cef_navigation_entry_t* CefCToCppRefCounted<CefNavigationEntryCToCpp,
CefNavigationEntry, cef_navigation_entry_t>::UnwrapDerived(
CefWrapperType type, CefNavigationEntry* c) {
NOTREACHED() << "Unexpected class type: " << type;
@@ -179,10 +179,10 @@ template<> cef_navigation_entry_t* CefCToCpp<CefNavigationEntryCToCpp,
}
#if DCHECK_IS_ON()
template<> base::AtomicRefCount CefCToCpp<CefNavigationEntryCToCpp,
template<> base::AtomicRefCount CefCToCppRefCounted<CefNavigationEntryCToCpp,
CefNavigationEntry, cef_navigation_entry_t>::DebugObjCt = 0;
#endif
template<> CefWrapperType CefCToCpp<CefNavigationEntryCToCpp,
template<> CefWrapperType CefCToCppRefCounted<CefNavigationEntryCToCpp,
CefNavigationEntry, cef_navigation_entry_t>::kWrapperType =
WT_NAVIGATION_ENTRY;