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

Unified Diff: Source/core/xml/XPathParser.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/XPathNodeSet.cpp ('k') | Source/core/xml/XPathParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XPathParser.h
diff --git a/Source/core/xml/XPathParser.h b/Source/core/xml/XPathParser.h
index 21f0fe2a2a0878a21d371880c6fee45a16189236..0162f0bc104f26b0daa285d789376ffd7623fdf3 100644
--- a/Source/core/xml/XPathParser.h
+++ b/Source/core/xml/XPathParser.h
@@ -31,13 +31,6 @@
#include "core/xml/XPathStep.h"
namespace WebCore {
-namespace XPath {
-class Parser;
-}
-}
-int xpathyyparse(WebCore::XPath::Parser*);
-
-namespace WebCore {
class ExceptionState;
class XPathNSResolver;
@@ -45,7 +38,9 @@ class XPathNSResolver;
namespace XPath {
class Expression;
+class LocationPath;
class ParseNode;
+class Parser;
class Predicate;
struct Token {
@@ -132,8 +127,9 @@ private:
HashSet<OwnPtr<String> > m_strings;
};
-} // XPath
+} // namespace XPath
-} // WebCore
+} // namespace WebCore
+int xpathyyparse(WebCore::XPath::Parser*);
#endif
« no previous file with comments | « Source/core/xml/XPathNodeSet.cpp ('k') | Source/core/xml/XPathParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698