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

Unified Diff: Source/core/css/parser/CSSParserMode.cpp

Issue 469183002: Move parser-related files in core/css to core/css/parser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pp2
Patch Set: Created 6 years, 4 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/parser/CSSParserMode.h ('k') | Source/core/css/parser/CSSParserValues.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/parser/CSSParserMode.cpp
diff --git a/Source/core/css/CSSParserMode.cpp b/Source/core/css/parser/CSSParserMode.cpp
similarity index 98%
rename from Source/core/css/CSSParserMode.cpp
rename to Source/core/css/parser/CSSParserMode.cpp
index 6f853b85c04acae71f2a859a042a8b00a68f98fd..d7c1880b54dfdf99a7651eeea0a8fc2d8aa9096d 100644
--- a/Source/core/css/CSSParserMode.cpp
+++ b/Source/core/css/parser/CSSParserMode.cpp
@@ -25,7 +25,7 @@
*/
#include "config.h"
-#include "core/css/CSSParserMode.h"
+#include "core/css/parser/CSSParserMode.h"
#include "core/dom/Document.h"
#include "core/frame/Settings.h"
« no previous file with comments | « Source/core/css/parser/CSSParserMode.h ('k') | Source/core/css/parser/CSSParserValues.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698