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

Unified Diff: Source/core/css/SelectorChecker.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/SelectorChecker.h ('k') | Source/core/css/SelectorCheckerFastPath.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/SelectorChecker.cpp
diff --git a/Source/core/css/SelectorChecker.cpp b/Source/core/css/SelectorChecker.cpp
index 36b0506950078c90ca24c02d0ead2f2e6b5938ec..6ec82e2d8bd1a1fb8b27e55759b8dc45f31a28c3 100644
--- a/Source/core/css/SelectorChecker.cpp
+++ b/Source/core/css/SelectorChecker.cpp
@@ -26,10 +26,8 @@
*/
#include "config.h"
-#include "SelectorChecker.h"
+#include "core/css/SelectorChecker.h"
-#include "CSSSelector.h"
-#include "CSSSelectorList.h"
#include "Document.h"
#include "HTMLDocument.h"
#include "HTMLFrameElementBase.h"
@@ -42,9 +40,11 @@
#include "InspectorInstrumentation.h"
#include "NodeRenderStyle.h"
#include "ShadowRoot.h"
-#include "SiblingTraversalStrategies.h"
#include "StyledElement.h"
#include "Text.h"
+#include "core/css/CSSSelector.h"
+#include "core/css/CSSSelectorList.h"
+#include "core/css/SiblingTraversalStrategies.h"
#include "core/editing/FrameSelection.h"
#include "core/page/FocusController.h"
#include "core/page/Frame.h"
« no previous file with comments | « Source/core/css/SelectorChecker.h ('k') | Source/core/css/SelectorCheckerFastPath.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698