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

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

Issue 23005002: core: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixes Created 7 years, 4 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/XSLStyleSheet.h ('k') | Source/core/xml/XSLTProcessorLibxslt.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XSLTProcessor.cpp
diff --git a/Source/core/xml/XSLTProcessor.cpp b/Source/core/xml/XSLTProcessor.cpp
index 043fd8de7e692f2ed4e5c55c924f26111607e8b4..d1807cd1cfba9dae9e55cb6d1e9593240b21219f 100644
--- a/Source/core/xml/XSLTProcessor.cpp
+++ b/Source/core/xml/XSLTProcessor.cpp
@@ -21,7 +21,6 @@
*/
#include "config.h"
-
#include "core/xml/XSLTProcessor.h"
#include "core/dom/DOMImplementation.h"
@@ -33,9 +32,8 @@
#include "core/page/Frame.h"
#include "core/page/FrameView.h"
#include "weborigin/SecurityOrigin.h"
-
-#include <wtf/Assertions.h>
-#include <wtf/Vector.h>
+#include "wtf/Assertions.h"
+#include "wtf/Vector.h"
namespace WebCore {
« no previous file with comments | « Source/core/xml/XSLStyleSheet.h ('k') | Source/core/xml/XSLTProcessorLibxslt.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698