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

Unified Diff: Source/core/css/SVGCSSParser.cpp

Issue 112933010: Split out CSSParser public API Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 12 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
Index: Source/core/css/SVGCSSParser.cpp
diff --git a/Source/core/css/SVGCSSParser.cpp b/Source/core/css/SVGCSSParser.cpp
index 0cff37a4d0e3dacd96e1e01b92dba959b5ac417a..7051bd82262253431fab5f086bca9b420293923b 100644
--- a/Source/core/css/SVGCSSParser.cpp
+++ b/Source/core/css/SVGCSSParser.cpp
@@ -25,8 +25,8 @@
#include "CSSPropertyNames.h"
#include "CSSValueKeywords.h"
#include "RuntimeEnabledFeatures.h"
-#include "core/css/parser/BisonCSSParser.h"
#include "core/css/CSSValueList.h"
+#include "core/css/parser/BisonCSSParser.h"
#include "core/rendering/RenderTheme.h"
#include "core/svg/SVGPaint.h"

Powered by Google App Engine
This is Rietveld 408576698