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

Unified Diff: Source/core/html/shadow/ContentSelectorQuery.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/html/shadow/ContentSelectorQuery.h ('k') | Source/core/html/shadow/DateTimeEditElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/ContentSelectorQuery.cpp
diff --git a/Source/core/html/shadow/ContentSelectorQuery.cpp b/Source/core/html/shadow/ContentSelectorQuery.cpp
index 2b71b0908109ca1fd236a8732ec5375b049a70f6..714ab214be55bddb75b9ed864bdd5791a1c6031d 100644
--- a/Source/core/html/shadow/ContentSelectorQuery.cpp
+++ b/Source/core/html/shadow/ContentSelectorQuery.cpp
@@ -27,11 +27,11 @@
#include "config.h"
#include "ContentSelectorQuery.h"
-#include "CSSSelectorList.h"
#include "InsertionPoint.h"
-#include "SelectorChecker.h"
#include "ShadowRoot.h"
-#include "SiblingTraversalStrategies.h"
+#include "core/css/CSSSelectorList.h"
+#include "core/css/SelectorChecker.h"
+#include "core/css/SiblingTraversalStrategies.h"
namespace WebCore {
« no previous file with comments | « Source/core/html/shadow/ContentSelectorQuery.h ('k') | Source/core/html/shadow/DateTimeEditElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698