Chromium Code Reviews| Index: third_party/WebKit/Source/core/xml/XPathNodeSet.h |
| diff --git a/third_party/WebKit/Source/core/xml/XPathNodeSet.h b/third_party/WebKit/Source/core/xml/XPathNodeSet.h |
| index e047c11e227f799ade4cec8c0c648e2b49a4edb9..c6ffede9ae9d79aa938ebf487dc3bbd2c8395234 100644 |
| --- a/third_party/WebKit/Source/core/xml/XPathNodeSet.h |
| +++ b/third_party/WebKit/Source/core/xml/XPathNodeSet.h |
| @@ -81,7 +81,7 @@ private: |
| WillBeHeapVector<RefPtrWillBeMember<Node>> m_nodes; |
| }; |
| -} |
| +} // namespace XPath |
| -} |
| +} // namespace blink |
| #endif // XPathNodeSet_h |