| Index: shell/child_process_host.h
|
| diff --git a/shell/child_process_host.h b/shell/child_process_host.h
|
| index ab299825b4651361130806b74070008cd28e044b..c5376152ed20bca4147a9b490454a23a4ee55153 100644
|
| --- a/shell/child_process_host.h
|
| +++ b/shell/child_process_host.h
|
| @@ -29,7 +29,7 @@ class Context;
|
| class ChildProcessHost : public ErrorHandler {
|
| public:
|
| explicit ChildProcessHost(Context* context);
|
| - virtual ~ChildProcessHost();
|
| + ~ChildProcessHost() override;
|
|
|
| // |Start()|s the child process; calls |DidStart()| (on the thread on which
|
| // |Start()| was called) when the child has been started (or failed to start).
|
|
|