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

Unified Diff: Source/core/html/shadow/ContentSelectorQuery.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/html/parser/HTMLResourcePreloader.cpp ('k') | Source/core/html/shadow/ContentSelectorQuery.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/ContentSelectorQuery.h
diff --git a/Source/core/html/shadow/ContentSelectorQuery.h b/Source/core/html/shadow/ContentSelectorQuery.h
index bcee9bdd15ff7afaa8e4556c45782135cf5a792e..050ea95d58feb7266fa7cff22842d62967849cf1 100644
--- a/Source/core/html/shadow/ContentSelectorQuery.h
+++ b/Source/core/html/shadow/ContentSelectorQuery.h
@@ -31,9 +31,9 @@
#ifndef ContentSelectorQuery_h
#define ContentSelectorQuery_h
-#include "CSSSelectorList.h"
-#include "SelectorChecker.h"
#include "SelectorQuery.h"
+#include "core/css/CSSSelectorList.h"
+#include "core/css/SelectorChecker.h"
#include <wtf/Forward.h>
#include <wtf/Vector.h>
« no previous file with comments | « Source/core/html/parser/HTMLResourcePreloader.cpp ('k') | Source/core/html/shadow/ContentSelectorQuery.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698