mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Rename CefBase to CefBaseRefCounted (issue #2090)
This commit is contained in:
@ -62,7 +62,7 @@ class CefZipArchive : public base::RefCountedThreadSafe<CefZipArchive> {
|
||||
// Class representing a file in the archive. Accessing the file data from
|
||||
// multiple threads is safe provided a reference to the File object is kept.
|
||||
///
|
||||
class File : public CefBase {
|
||||
class File : public CefBaseRefCounted {
|
||||
public:
|
||||
///
|
||||
// Returns the read-only data contained in the file.
|
||||
|
Reference in New Issue
Block a user