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

Unified Diff: Source/core/dom/ScriptElement.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/ScriptElement.h ('k') | Source/core/dom/ScriptExecutionContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ScriptElement.cpp
diff --git a/Source/core/dom/ScriptElement.cpp b/Source/core/dom/ScriptElement.cpp
index 59524e8eb9f48c0c0d6b620108898cf4520cdbf4..f60d238d2588daf6c56053b1c8ec6a9530416d40 100644
--- a/Source/core/dom/ScriptElement.cpp
+++ b/Source/core/dom/ScriptElement.cpp
@@ -24,9 +24,6 @@
#include "config.h"
#include "ScriptElement.h"
-#include "CachedResourceLoader.h"
-#include "CachedResourceRequest.h"
-#include "CachedScript.h"
#include "ContentSecurityPolicy.h"
#include "Document.h"
#include "DocumentParser.h"
@@ -48,6 +45,9 @@
#include "Text.h"
#include "core/loader/CrossOriginAccessControl.h"
#include "core/loader/FrameLoader.h"
+#include "core/loader/cache/CachedResourceLoader.h"
+#include "core/loader/cache/CachedResourceRequest.h"
+#include "core/loader/cache/CachedScript.h"
#include "core/platform/MIMETypeRegistry.h"
#include <wtf/StdLibExtras.h>
#include <wtf/text/StringBuilder.h>
« no previous file with comments | « Source/core/dom/ScriptElement.h ('k') | Source/core/dom/ScriptExecutionContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698