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

Unified Diff: Source/core/loader/LinkLoader.cpp

Issue 14242011: Absolutify paths to css/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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
Index: Source/core/loader/LinkLoader.cpp
diff --git a/Source/core/loader/LinkLoader.cpp b/Source/core/loader/LinkLoader.cpp
index f8fb8f317795d86e48963ce221e15ffc43d4c411..4b4670aa2fb8a734aeec91afe0e138228df12ff0 100644
--- a/Source/core/loader/LinkLoader.cpp
+++ b/Source/core/loader/LinkLoader.cpp
@@ -32,11 +32,11 @@
#include "config.h"
#include "core/loader/LinkLoader.h"
-#include "CSSStyleSheet.h"
#include "ContainerNode.h"
#include "Document.h"
#include "LinkRelAttribute.h"
-#include "StyleResolver.h"
+#include "core/css/CSSStyleSheet.h"
+#include "core/css/StyleResolver.h"
#include "core/loader/Prerenderer.h"
#include "core/loader/cache/CachedCSSStyleSheet.h"
#include "core/loader/cache/CachedResourceLoader.h"
« no previous file with comments | « Source/core/inspector/InspectorStyleTextEditor.cpp ('k') | Source/core/loader/cache/CachedCSSStyleSheet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698