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

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

Issue 1188513005: Move CSSParserString out of CSSParserValues.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change includes to use CSSParserString.h Created 5 years, 6 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.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/parser/CSSTokenizerInputStream.cpp
diff --git a/Source/core/css/parser/CSSTokenizerInputStream.cpp b/Source/core/css/parser/CSSTokenizerInputStream.cpp
index 7e66258e013288f5d9e6068c5162f951d5c65c00..6544e7f7dd8215668860d859d67fc822d6618dd0 100644
--- a/Source/core/css/parser/CSSTokenizerInputStream.cpp
+++ b/Source/core/css/parser/CSSTokenizerInputStream.cpp
@@ -5,7 +5,7 @@
#include "config.h"
#include "core/css/parser/CSSTokenizerInputStream.h"
-#include "core/css/parser/CSSParserValues.h"
+#include "core/css/parser/CSSParserString.h"
#include "core/html/parser/InputStreamPreprocessor.h"
namespace blink {
« no previous file with comments | « Source/core/css/parser/CSSTokenizer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698