| Index: third_party/WebKit/Source/core/css/parser/CSSParserFastPathsTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserFastPathsTest.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserFastPathsTest.cpp
|
| index 250a2619677fc1bc1e6a1bb8f7187a88662c9b8c..8ef88fac6f7e992d39980cc661f9db88aa22a9dd 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserFastPathsTest.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserFastPathsTest.cpp
|
| @@ -11,6 +11,8 @@
|
|
|
| namespace blink {
|
|
|
| +using namespace cssvalue;
|
| +
|
| TEST(CSSParserFastPathsTest, ParseKeyword) {
|
| CSSValue* value = CSSParserFastPaths::maybeParseValue(
|
| CSSPropertyFloat, "left", HTMLStandardMode);
|
|
|