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

Unified Diff: Source/core/loader/DocumentThreadableLoaderClient.h

Issue 638503003: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/loader (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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 | « 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 97fc44d5045f8dd62dc6e0ec1d23e61b4062de55..886bd57d775b37fd36e3925d9620fbd85961e217 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;
public:
- virtual bool isDocumentThreadableLoaderClient() OVERRIDE FINAL { return true; }
+ virtual bool isDocumentThreadableLoaderClient() override final { return true; }
virtual void willSendRequest(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