Index: third_party/WebKit/Source/core/xml/XPathResult.cpp |
diff --git a/third_party/WebKit/Source/core/xml/XPathResult.cpp b/third_party/WebKit/Source/core/xml/XPathResult.cpp |
index a11b0e1b2c5de1b3f11b337cdae0a29f66f9a80e..9263b9c18227efc9afe26132f4a2ff3af621cefb 100644 |
--- a/third_party/WebKit/Source/core/xml/XPathResult.cpp |
+++ b/third_party/WebKit/Source/core/xml/XPathResult.cpp |
@@ -218,4 +218,4 @@ Node* XPathResult::snapshotItem(unsigned index, ExceptionState& exceptionState) |
return nodes[index]; |
} |
-} |
+} // namespace blink |