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

Unified Diff: Source/core/css/parser/CSSTokenizer-in.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/CSSTokenizer.h ('k') | Source/core/css/parser/MediaQueryParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/parser/CSSTokenizer-in.cpp
diff --git a/Source/core/css/CSSTokenizer-in.cpp b/Source/core/css/parser/CSSTokenizer-in.cpp
similarity index 99%
rename from Source/core/css/CSSTokenizer-in.cpp
rename to Source/core/css/parser/CSSTokenizer-in.cpp
index 523942ce5ef069354bd520c4e77add46ec89fd50..37692f38085c65e5e4d63b138fc143753e41b808 100644
--- a/Source/core/css/CSSTokenizer-in.cpp
+++ b/Source/core/css/parser/CSSTokenizer-in.cpp
@@ -25,13 +25,13 @@
*/
#include "config.h"
-#include "core/css/CSSTokenizer.h"
+#include "core/css/parser/CSSTokenizer.h"
#include "core/css/CSSKeyframeRule.h"
-#include "core/css/parser/BisonCSSParser.h"
-#include "core/css/CSSParserValues.h"
#include "core/css/MediaQuery.h"
#include "core/css/StyleRule.h"
+#include "core/css/parser/BisonCSSParser.h"
+#include "core/css/parser/CSSParserValues.h"
#include "core/html/parser/HTMLParserIdioms.h"
#include "core/svg/SVGParserUtilities.h"
« no previous file with comments | « Source/core/css/parser/CSSTokenizer.h ('k') | Source/core/css/parser/MediaQueryParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698