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

Unified Diff: Source/core/dom/ProcessingInstruction.cpp

Issue 14190004: Absolutify paths to loader/*. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: hmm 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/dom/ProcessingInstruction.h ('k') | Source/core/dom/ScriptElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ProcessingInstruction.cpp
diff --git a/Source/core/dom/ProcessingInstruction.cpp b/Source/core/dom/ProcessingInstruction.cpp
index 93830ccb41f29b250f482fab7c6310e6a19398dc..56a86177380958920b84e54303d7249e10c39044 100644
--- a/Source/core/dom/ProcessingInstruction.cpp
+++ b/Source/core/dom/ProcessingInstruction.cpp
@@ -22,10 +22,6 @@
#include "ProcessingInstruction.h"
#include "CSSStyleSheet.h"
-#include "CachedCSSStyleSheet.h"
-#include "CachedResourceLoader.h"
-#include "CachedResourceRequest.h"
-#include "CachedXSLStyleSheet.h"
#include "Document.h"
#include "DocumentStyleSheetCollection.h"
#include "ExceptionCode.h"
@@ -35,6 +31,10 @@
#include "XMLDocumentParser.h" // for parseAttributes()
#include "XSLStyleSheet.h"
#include "core/loader/FrameLoader.h"
+#include "core/loader/cache/CachedCSSStyleSheet.h"
+#include "core/loader/cache/CachedResourceLoader.h"
+#include "core/loader/cache/CachedResourceRequest.h"
+#include "core/loader/cache/CachedXSLStyleSheet.h"
namespace WebCore {
« no previous file with comments | « Source/core/dom/ProcessingInstruction.h ('k') | Source/core/dom/ScriptElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698