Index: content/public/browser/browser_child_process_host_delegate.h |
diff --git a/content/public/browser/browser_child_process_host_delegate.h b/content/public/browser/browser_child_process_host_delegate.h |
index 25ff00a4cb4cf45c4476d12b06e5f2ee97062883..b6568af1f20d8763ce0c1ec035cc43085d544c3b 100644 |
--- a/content/public/browser/browser_child_process_host_delegate.h |
+++ b/content/public/browser/browser_child_process_host_delegate.h |
@@ -13,7 +13,7 @@ namespace content { |
// Interface that all users of BrowserChildProcessHost need to provide. |
class CONTENT_EXPORT BrowserChildProcessHostDelegate : public IPC::Listener { |
public: |
- virtual ~BrowserChildProcessHostDelegate() {} |
+ ~BrowserChildProcessHostDelegate() override {} |
// Delegates return true if it's ok to shut down the child process (which is |
// the default return value). The exception is if the host is in the middle of |