Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1506)

Unified Diff: content/common/resource_request_body.h

Issue 671663002: Standardize usage of virtual/override/final in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/one_writer_seqlock_unittest.cc ('k') | content/common/sandbox_mac_fontloading_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_request_body.h
diff --git a/content/common/resource_request_body.h b/content/common/resource_request_body.h
index 8806bb01c5ff4435c2df8660451216286328f153..60dcb2913bbddebbec6bc13628abf6e72b34a4dd 100644
--- a/content/common/resource_request_body.h
+++ b/content/common/resource_request_body.h
@@ -52,7 +52,7 @@ class CONTENT_EXPORT ResourceRequestBody
private:
friend class base::RefCountedThreadSafe<ResourceRequestBody>;
- virtual ~ResourceRequestBody();
+ ~ResourceRequestBody() override;
std::vector<Element> elements_;
int64 identifier_;
« no previous file with comments | « content/common/one_writer_seqlock_unittest.cc ('k') | content/common/sandbox_mac_fontloading_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698