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

Unified Diff: Source/core/xml/XPathEvaluator.h

Issue 637483002: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/xml (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/xml/XMLSerializer.h ('k') | Source/core/xml/XPathExpressionNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XPathEvaluator.h
diff --git a/Source/core/xml/XPathEvaluator.h b/Source/core/xml/XPathEvaluator.h
index bd944ea8293080a7879b6ff7b9f94c376533f12c..b0ac14c90afe77bb99dd0fd6d1b03787aac7aea1 100644
--- a/Source/core/xml/XPathEvaluator.h
+++ b/Source/core/xml/XPathEvaluator.h
@@ -41,7 +41,7 @@ class XPathExpression;
class XPathNSResolver;
class XPathResult;
-class XPathEvaluator FINAL : public RefCountedWillBeGarbageCollected<XPathEvaluator>, public ScriptWrappable {
+class XPathEvaluator final : public RefCountedWillBeGarbageCollected<XPathEvaluator>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
static PassRefPtrWillBeRawPtr<XPathEvaluator> create()
« no previous file with comments | « Source/core/xml/XMLSerializer.h ('k') | Source/core/xml/XPathExpressionNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698