| Index: content/public/browser/android/content_protocol_handler.h
|
| diff --git a/content/public/browser/android/content_protocol_handler.h b/content/public/browser/android/content_protocol_handler.h
|
| index 404ecb9f42b7b118664d0c751c3c2e8dffa97e7a..be9473e1bb3e12cae1277bd38644dd706d8f1caa 100644
|
| --- a/content/public/browser/android/content_protocol_handler.h
|
| +++ b/content/public/browser/android/content_protocol_handler.h
|
| @@ -24,7 +24,7 @@ class CONTENT_EXPORT ContentProtocolHandler :
|
| const scoped_refptr<base::TaskRunner>& content_task_runner);
|
|
|
| protected:
|
| - virtual ~ContentProtocolHandler() {}
|
| + ~ContentProtocolHandler() override {}
|
| };
|
|
|
| } // namespace content
|
|
|