[chromium-style] override / virtual warnings
This commit is contained in:
parent
a635f078c6
commit
e6695cf2ec
62 changed files with 106 additions and 106 deletions
|
@ -33,7 +33,7 @@ class SpellCheckClient : public blink::WebSpellCheckPanelHostClient,
|
|||
bool auto_spell_correct_turned_on,
|
||||
v8::Isolate* isolate,
|
||||
v8::Local<v8::Object> provider);
|
||||
virtual ~SpellCheckClient();
|
||||
~SpellCheckClient() override;
|
||||
|
||||
private:
|
||||
class SpellcheckRequest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue