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

Unified Diff: Source/core/fetch/LinkFetchResource.h

Issue 1229743005: Fix virtual/override/final usage in Source/core/{fetch,loader,streams,xmlhttprequest}/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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 | « Source/core/fetch/ImageResourceClient.h ('k') | Source/core/fetch/MemoryCache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/LinkFetchResource.h
diff --git a/Source/core/fetch/LinkFetchResource.h b/Source/core/fetch/LinkFetchResource.h
index 15e5b175d7b6cea39fe620b73604532fdbac5788..4df48e29792e5b1b131ba2c2ae3afe3b7c179ebc 100644
--- a/Source/core/fetch/LinkFetchResource.h
+++ b/Source/core/fetch/LinkFetchResource.h
@@ -20,7 +20,7 @@ public:
typedef ResourceClient ClientType;
static ResourcePtr<Resource> fetch(Resource::Type, FetchRequest&, ResourceFetcher*);
- virtual ~LinkFetchResource();
+ ~LinkFetchResource() override;
private:
class LinkResourceFactory : public ResourceFactory {
« no previous file with comments | « Source/core/fetch/ImageResourceClient.h ('k') | Source/core/fetch/MemoryCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698