Index: third_party/WebKit/Source/core/css/CSSGridLineNamesValue.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSGridLineNamesValue.cpp b/third_party/WebKit/Source/core/css/CSSGridLineNamesValue.cpp |
index 18b21b885af61e1514392f9c111ea6f063221749..73be2e820f737fa424d7b42e633f71d604bb7278 100644 |
--- a/third_party/WebKit/Source/core/css/CSSGridLineNamesValue.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSGridLineNamesValue.cpp |
@@ -30,6 +30,8 @@ |
#include "core/css/CSSGridLineNamesValue.h" |
+#include "wtf/text/WTFString.h" |
+ |
namespace blink { |
String CSSGridLineNamesValue::customCSSText() const |