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

Unified Diff: Source/core/css/StyleResolver.h

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/StylePropertyShorthand.cpp ('k') | Source/core/css/StyleResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleResolver.h
diff --git a/Source/core/css/StyleResolver.h b/Source/core/css/StyleResolver.h
index db4727d38f265f92eba919457af525cbad6ef847..2d2f48f2ba8d047d9e31eca07c27a3abaa6c6812 100644
--- a/Source/core/css/StyleResolver.h
+++ b/Source/core/css/StyleResolver.h
@@ -22,26 +22,26 @@
#ifndef StyleResolver_h
#define StyleResolver_h
-#include "CSSRuleList.h"
-#include "CSSToStyleMap.h"
-#include "CSSValueList.h"
-#include "DocumentRuleSets.h"
-#include "InspectorCSSOMWrappers.h"
-#include "MediaQueryExp.h"
-#include "RuleFeature.h"
-#include "RuleSet.h"
-#include "ScopedStyleResolver.h"
-#include "SelectorChecker.h"
-#include "SelectorFilter.h"
-#include "SiblingTraversalStrategies.h"
-#include "ViewportStyleResolver.h"
+#include "core/css/CSSRuleList.h"
+#include "core/css/CSSToStyleMap.h"
+#include "core/css/CSSValueList.h"
+#include "core/css/DocumentRuleSets.h"
+#include "core/css/InspectorCSSOMWrappers.h"
+#include "core/css/MediaQueryExp.h"
+#include "core/css/RuleFeature.h"
+#include "core/css/RuleSet.h"
+#include "core/css/ScopedStyleResolver.h"
+#include "core/css/SelectorChecker.h"
+#include "core/css/SelectorFilter.h"
+#include "core/css/SiblingTraversalStrategies.h"
+#include "core/css/ViewportStyleResolver.h"
#include "core/page/RuntimeEnabledFeatures.h"
#include "core/platform/LinkHash.h"
#include "core/platform/ScrollTypes.h"
#include "core/rendering/style/RenderStyle.h"
#include "core/rendering/style/StyleInheritedData.h"
#if ENABLE(SVG)
-#include "WebKitCSSSVGDocumentValue.h"
+#include "core/css/WebKitCSSSVGDocumentValue.h"
#endif
#include "core/platform/graphics/filters/custom/CustomFilterConstants.h"
#include <wtf/HashMap.h>
« no previous file with comments | « Source/core/css/StylePropertyShorthand.cpp ('k') | Source/core/css/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698