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

Unified Diff: third_party/WebKit/Source/core/xml/XPathValue.cpp

Issue 2812013004: Rewrite references to "wtf/" to "platform/wtf/" in core/{dom,html,xml}. (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/core/xml/XPathValue.cpp
diff --git a/third_party/WebKit/Source/core/xml/XPathValue.cpp b/third_party/WebKit/Source/core/xml/XPathValue.cpp
index 7eba21d7d050e4d4556806b4a291742f71d05e8d..1c1c8897ea9c9796ee62d07f7d9bd0810d9de665 100644
--- a/third_party/WebKit/Source/core/xml/XPathValue.cpp
+++ b/third_party/WebKit/Source/core/xml/XPathValue.cpp
@@ -26,11 +26,11 @@
#include "core/xml/XPathValue.h"
+#include <limits>
#include "core/xml/XPathExpressionNode.h"
#include "core/xml/XPathUtil.h"
-#include "wtf/MathExtras.h"
-#include "wtf/StdLibExtras.h"
-#include <limits>
+#include "platform/wtf/MathExtras.h"
+#include "platform/wtf/StdLibExtras.h"
namespace blink {
namespace XPath {
« no previous file with comments | « third_party/WebKit/Source/core/xml/XPathValue.h ('k') | third_party/WebKit/Source/core/xml/XSLImportRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698