Index: net/url_request/url_request.h |
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h |
index a0d57896ed895cbd4557d57f5cd7846cc7bbe2d8..3db6c68199f4ea8a7a366a457d0e0de3f52ff05f 100644 |
--- a/net/url_request/url_request.h |
+++ b/net/url_request/url_request.h |
@@ -278,7 +278,7 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe), |
// If destroyed after Start() has been called but while IO is pending, |
// then the request will be effectively canceled and the delegate |
// will not have any more of its methods called. |
- virtual ~URLRequest(); |
+ ~URLRequest() override; |
// Changes the default cookie policy from allowing all cookies to blocking all |
// cookies. Embedders that want to implement a more flexible policy should |