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

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

Issue 14307014: Absolutify paths to workers/, workers/chromium/, xml/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: in Created 7 years, 8 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/XPathParser.h ('k') | Source/core/xml/XPathPath.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XPathParser.cpp
diff --git a/Source/core/xml/XPathParser.cpp b/Source/core/xml/XPathParser.cpp
index 0aad37302466e4404fefbc96d7a5de14b016d2dc..5daab74430213211f9492e63e3176b7e08f55e2e 100644
--- a/Source/core/xml/XPathParser.cpp
+++ b/Source/core/xml/XPathParser.cpp
@@ -26,14 +26,14 @@
*/
#include "config.h"
-#include "XPathParser.h"
+#include "core/xml/XPathParser.h"
-#include "XPathEvaluator.h"
-#include "XPathException.h"
-#include "XPathNSResolver.h"
-#include "XPathPath.h"
-#include "XPathStep.h"
#include "core/dom/ExceptionCode.h"
+#include "core/xml/XPathEvaluator.h"
+#include "core/xml/XPathException.h"
+#include "core/xml/XPathNSResolver.h"
+#include "core/xml/XPathPath.h"
+#include "core/xml/XPathStep.h"
#include <wtf/StdLibExtras.h>
#include <wtf/text/StringHash.h>
« no previous file with comments | « Source/core/xml/XPathParser.h ('k') | Source/core/xml/XPathPath.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698