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

Unified Diff: Source/core/loader/DocumentThreadableLoaderClient.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/loader/DocumentThreadableLoader.h ('k') | Source/core/loader/EmptyClients.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/DocumentThreadableLoaderClient.h
diff --git a/Source/core/loader/DocumentThreadableLoaderClient.h b/Source/core/loader/DocumentThreadableLoaderClient.h
index c0654f5e3e65a4a19bc6dfc5bbf1f442ab018a11..a4b0fcbf7e5a240ce0fb543ba2d32ed22bbd6bb5 100644
--- a/Source/core/loader/DocumentThreadableLoaderClient.h
+++ b/Source/core/loader/DocumentThreadableLoaderClient.h
@@ -42,7 +42,7 @@ class DocumentThreadableLoaderClient : public ThreadableLoaderClient {
WTF_MAKE_NONCOPYABLE(DocumentThreadableLoaderClient);
WTF_MAKE_FAST_ALLOCATED(DocumentThreadableLoaderClient);
public:
- bool isDocumentThreadableLoaderClient() override final { return true; }
+ bool isDocumentThreadableLoaderClient() final { return true; }
virtual void willFollowRedirect(ResourceRequest& /*newRequest*/, const ResourceResponse& /*redirectResponse*/) { }
« no previous file with comments | « Source/core/loader/DocumentThreadableLoader.h ('k') | Source/core/loader/EmptyClients.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698