Index: content/public/browser/utility_process_host.h |
diff --git a/content/public/browser/utility_process_host.h b/content/public/browser/utility_process_host.h |
index 5c2599d609878196fae579628e74e04b37991581..07f46ee0c7439a8b3514acb9bfd009d4478a1895 100644 |
--- a/content/public/browser/utility_process_host.h |
+++ b/content/public/browser/utility_process_host.h |
@@ -42,7 +42,7 @@ class UtilityProcessHost : public IPC::Sender, |
const scoped_refptr<UtilityProcessHostClient>& client, |
const scoped_refptr<base::SequencedTaskRunner>& client_task_runner); |
- virtual ~UtilityProcessHost() {} |
+ ~UtilityProcessHost() override {} |
// Starts utility process in batch mode. Caller must call EndBatchMode() |
// to finish the utility process. |