| Index: content/public/browser/render_process_host.h
|
| diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
|
| index c1b5c47e1d2fd5b38f90dab5febc685e76c0a7a9..38f07ec3d7ab56413065621c7a13d46d9977b6c9 100644
|
| --- a/content/public/browser/render_process_host.h
|
| +++ b/content/public/browser/render_process_host.h
|
| @@ -56,7 +56,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
|
|
|
| // General functions ---------------------------------------------------------
|
|
|
| - virtual ~RenderProcessHost() {}
|
| + ~RenderProcessHost() override {}
|
|
|
| // Initialize the new renderer process, returning true on success. This must
|
| // be called once before the object can be used, but can be called after
|
|
|