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

Unified Diff: Source/core/xml/XPathFunctions.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/XPathFunctions.h ('k') | Source/core/xml/XPathGrammar.y » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XPathFunctions.cpp
diff --git a/Source/core/xml/XPathFunctions.cpp b/Source/core/xml/XPathFunctions.cpp
index 15a9bdcd52d4cd5670a9b28ceebab8df4d52bad4..990fc728b12632c615d581c36fed6cf5fd47e0bb 100644
--- a/Source/core/xml/XPathFunctions.cpp
+++ b/Source/core/xml/XPathFunctions.cpp
@@ -26,14 +26,14 @@
*/
#include "config.h"
-#include "XPathFunctions.h"
+#include "core/xml/XPathFunctions.h"
#include "XMLNames.h"
-#include "XPathUtil.h"
-#include "XPathValue.h"
#include "core/dom/Element.h"
#include "core/dom/ProcessingInstruction.h"
#include "core/dom/TreeScope.h"
+#include "core/xml/XPathUtil.h"
+#include "core/xml/XPathValue.h"
#include <wtf/MathExtras.h>
#include <wtf/text/StringBuilder.h>
« no previous file with comments | « Source/core/xml/XPathFunctions.h ('k') | Source/core/xml/XPathGrammar.y » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698