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

Unified Diff: Source/core/frame/csp/SourceListDirective.h

Issue 635853002: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/frame (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/frame/csp/MediaListDirective.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/csp/SourceListDirective.h
diff --git a/Source/core/frame/csp/SourceListDirective.h b/Source/core/frame/csp/SourceListDirective.h
index 99e4f1c6d8ada62020b82add76c966e079ba9d58..1c4c0a4cbee2a5cd3890171099729bb33d201e41 100644
--- a/Source/core/frame/csp/SourceListDirective.h
+++ b/Source/core/frame/csp/SourceListDirective.h
@@ -16,7 +16,7 @@ namespace blink {
class ContentSecurityPolicy;
class KURL;
-class SourceListDirective FINAL : public CSPDirective {
+class SourceListDirective final : public CSPDirective {
WTF_MAKE_NONCOPYABLE(SourceListDirective);
public:
SourceListDirective(const String& name, const String& value, ContentSecurityPolicy*);
« no previous file with comments | « Source/core/frame/csp/MediaListDirective.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698