| Index: content/public/common/child_process_host.h
|
| diff --git a/content/public/common/child_process_host.h b/content/public/common/child_process_host.h
|
| index d5b0e69394e045936a5ffbf718235da4f5d986c9..cd9ed56ab58c3132ded9e1f070782030f46a031f 100644
|
| --- a/content/public/common/child_process_host.h
|
| +++ b/content/public/common/child_process_host.h
|
| @@ -27,7 +27,7 @@ class ChildProcessHostDelegate;
|
| // processes that run independent of the browser process.
|
| class CONTENT_EXPORT ChildProcessHost : public IPC::Sender {
|
| public:
|
| - virtual ~ChildProcessHost() {}
|
| + ~ChildProcessHost() override {}
|
|
|
| // This is a value never returned as the unique id of any child processes of
|
| // any kind, including the values returned by RenderProcessHost::GetID().
|
|
|