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

Unified Diff: Source/core/css/ScopedStyleResolver.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
« no previous file with comments | « Source/core/css/SVGCSSStyleSelector.cpp ('k') | Source/core/css/SelectorChecker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/ScopedStyleResolver.cpp
diff --git a/Source/core/css/ScopedStyleResolver.cpp b/Source/core/css/ScopedStyleResolver.cpp
index c58a4a6ddbfc0662123cf6cb01493d5372d5b944..73a604fb81f484bead5f53fa8686af661e921f41 100644
--- a/Source/core/css/ScopedStyleResolver.cpp
+++ b/Source/core/css/ScopedStyleResolver.cpp
@@ -25,19 +25,19 @@
*/
#include "config.h"
-#include "ScopedStyleResolver.h"
+#include "core/css/ScopedStyleResolver.h"
-#include "CSSStyleRule.h"
-#include "CSSStyleSheet.h"
#include "ContentDistributor.h"
#include "ContextFeatures.h"
#include "ElementShadow.h"
#include "HTMLNames.h"
#include "HTMLStyleElement.h"
-#include "RuleFeature.h"
-#include "RuleSet.h"
#include "ShadowRoot.h"
#include "WebCoreMemoryInstrumentation.h"
+#include "core/css/CSSStyleRule.h"
+#include "core/css/CSSStyleSheet.h"
+#include "core/css/RuleFeature.h"
+#include "core/css/RuleSet.h"
#include <wtf/MemoryInstrumentationHashMap.h>
#include <wtf/MemoryInstrumentationHashSet.h>
#include <wtf/MemoryInstrumentationVector.h>
« no previous file with comments | « Source/core/css/SVGCSSStyleSelector.cpp ('k') | Source/core/css/SelectorChecker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698