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:
@ -78,7 +78,7 @@ class CefBrowserHostImpl : public CefBrowserHost,
|
||||
public content::NotificationObserver {
|
||||
public:
|
||||
// Used for handling the response to command messages.
|
||||
class CommandResponseHandler : public virtual CefBase {
|
||||
class CommandResponseHandler : public virtual CefBaseRefCounted {
|
||||
public:
|
||||
virtual void OnResponse(const std::string& response) =0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user