| Index: content/public/utility/utility_thread.h
|
| diff --git a/content/public/utility/utility_thread.h b/content/public/utility/utility_thread.h
|
| index cf2fe97393028b49b90481fc2668b7c9a92ef1d9..6e7cbd108d82d11652a62f66b607849d24116700 100644
|
| --- a/content/public/utility/utility_thread.h
|
| +++ b/content/public/utility/utility_thread.h
|
| @@ -22,7 +22,7 @@ class CONTENT_EXPORT UtilityThread : public IPC::Sender {
|
| static UtilityThread* Get();
|
|
|
| UtilityThread();
|
| - virtual ~UtilityThread();
|
| + ~UtilityThread() override;
|
|
|
| // Releases the process if we are not (or no longer) in batch mode.
|
| virtual void ReleaseProcessIfNeeded() = 0;
|
|
|