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

Unified Diff: Source/core/css/StyleSheetContents.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/css/StyleRuleImport.cpp ('k') | Source/core/css/WebKitCSSSVGDocumentValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleSheetContents.cpp
diff --git a/Source/core/css/StyleSheetContents.cpp b/Source/core/css/StyleSheetContents.cpp
index ce46f174ff9573615da9fd6212e5e93aeeea903d..8dc104e1cd2089d7899fcaf946c519c908390fe5 100644
--- a/Source/core/css/StyleSheetContents.cpp
+++ b/Source/core/css/StyleSheetContents.cpp
@@ -24,7 +24,6 @@
#include "CSSImportRule.h"
#include "CSSParser.h"
#include "CSSStyleSheet.h"
-#include "CachedCSSStyleSheet.h"
#include "Document.h"
#include "MediaList.h"
#include "Node.h"
@@ -33,6 +32,7 @@
#include "StyleRule.h"
#include "StyleRuleImport.h"
#include "WebCoreMemoryInstrumentation.h"
+#include "core/loader/cache/CachedCSSStyleSheet.h"
#include <wtf/Deque.h>
#include <wtf/MemoryInstrumentationHashMap.h>
#include <wtf/MemoryInstrumentationVector.h>
« no previous file with comments | « Source/core/css/StyleRuleImport.cpp ('k') | Source/core/css/WebKitCSSSVGDocumentValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698