Index: third_party/WebKit/Source/core/xml/XPathNodeSet.cpp |
diff --git a/third_party/WebKit/Source/core/xml/XPathNodeSet.cpp b/third_party/WebKit/Source/core/xml/XPathNodeSet.cpp |
index 51bdde3be99ca2ca1212edfb0b3f695f36915492..c37c0d2d6cdc305d44f20968626df7495e8c7876 100644 |
--- a/third_party/WebKit/Source/core/xml/XPathNodeSet.cpp |
+++ b/third_party/WebKit/Source/core/xml/XPathNodeSet.cpp |
@@ -278,5 +278,5 @@ Node* NodeSet::anyNode() const |
return m_nodes.at(0).get(); |
} |
-} |
-} |
+} // namespace XPath |
+} // namespace blink |