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

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

Issue 344553002: Fix style erros in XPath-related files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/XPathStep.cpp ('k') | Source/core/xml/XPathUtil.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XPathUtil.h
diff --git a/Source/core/xml/XPathUtil.h b/Source/core/xml/XPathUtil.h
index 9db3314ec9df3f04cc0f5ec5eabd3c8a6f5fdc4f..aacec1790f46a7a41dffa8741e44da12f542641d 100644
--- a/Source/core/xml/XPathUtil.h
+++ b/Source/core/xml/XPathUtil.h
@@ -32,21 +32,20 @@
namespace WebCore {
- class Node;
+class Node;
- namespace XPath {
+namespace XPath {
- /* @return whether the given node is the root node */
- bool isRootDomNode(Node*);
+// @return whether the given node is the root node
+bool isRootDomNode(Node*);
- /* @return the 'string-value' of the given node as specified by http://www.w3.org/TR/xpath */
- String stringValue(Node*);
+// @return the 'string-value' of the given node as specified by http://www.w3.org/TR/xpath
+String stringValue(Node*);
- /* @return whether the given node is a valid context node */
- bool isValidContextNode(Node*);
-
- }
+// @return whether the given node is a valid context node
+bool isValidContextNode(Node*);
}
-#endif // XPath_Util_H
+}
+#endif // XPathUtil_h
« no previous file with comments | « Source/core/xml/XPathStep.cpp ('k') | Source/core/xml/XPathUtil.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698