MSVC doesn't allow override
on destructors
This commit is contained in:
parent
ae7331da82
commit
35199ba31f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public:
|
|||
static void RegisterPrefs(PrefRegistrySimple*);
|
||||
|
||||
InspectableWebContentsImpl(content::WebContents*);
|
||||
virtual ~InspectableWebContentsImpl() OVERRIDE;
|
||||
virtual ~InspectableWebContentsImpl();
|
||||
|
||||
virtual InspectableWebContentsView* GetView() const OVERRIDE;
|
||||
virtual content::WebContents* GetWebContents() const OVERRIDE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue