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

Unified Diff: Source/core/xml/XPathParser.cpp

Issue 330323005: Manually commit changes that cause false-alarm on check-webkit-style. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline 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
Index: Source/core/xml/XPathParser.cpp
diff --git a/Source/core/xml/XPathParser.cpp b/Source/core/xml/XPathParser.cpp
index c9845085ea85319d45aa66308a6f2d384a44c29d..6a21184bfcd9d9d7f7a337f3b74201af66845036 100644
--- a/Source/core/xml/XPathParser.cpp
+++ b/Source/core/xml/XPathParser.cpp
@@ -41,7 +41,7 @@ using namespace WTF;
using namespace Unicode;
using namespace XPath;
-#include "XPathGrammar.h"
+#include "core/XPathGrammar.h"
Parser* Parser::currentParser = 0;

Powered by Google App Engine
This is Rietveld 408576698