| Index: content/public/browser/browser_child_process_host.h
|
| diff --git a/content/public/browser/browser_child_process_host.h b/content/public/browser/browser_child_process_host.h
|
| index 078eb860cf0328200ff3b6f8ce08a003eca10052..b243678ce548eccc7386d369571795dcd10fa08b 100644
|
| --- a/content/public/browser/browser_child_process_host.h
|
| +++ b/content/public/browser/browser_child_process_host.h
|
| @@ -38,7 +38,7 @@ class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender {
|
| int process_type,
|
| BrowserChildProcessHostDelegate* delegate);
|
|
|
| - virtual ~BrowserChildProcessHost() {}
|
| + ~BrowserChildProcessHost() override {}
|
|
|
| // Derived classes call this to launch the child process asynchronously.
|
| // Takes ownership of |cmd_line| and |delegate|.
|
|
|