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

Unified Diff: Source/core/css/ElementRuleCollector.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/DocumentRuleSets.cpp ('k') | Source/core/css/ElementRuleCollector.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/ElementRuleCollector.h
diff --git a/Source/core/css/ElementRuleCollector.h b/Source/core/css/ElementRuleCollector.h
index 5fe90bdee8c91a7692bb42895c57dac6f2dbe06d..84569f692293bebe4af7acc6c1ebd52ee2bf1c93 100644
--- a/Source/core/css/ElementRuleCollector.h
+++ b/Source/core/css/ElementRuleCollector.h
@@ -22,9 +22,9 @@
#ifndef ElementRuleCollector_h
#define ElementRuleCollector_h
-#include "MediaQueryEvaluator.h"
-#include "SelectorChecker.h"
-#include "StyleResolver.h"
+#include "core/css/MediaQueryEvaluator.h"
+#include "core/css/SelectorChecker.h"
+#include "core/css/StyleResolver.h"
#include <wtf/RefPtr.h>
#include <wtf/Vector.h>
« no previous file with comments | « Source/core/css/DocumentRuleSets.cpp ('k') | Source/core/css/ElementRuleCollector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698