| Index: third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp
|
| index 9fd73a111cbef92b1dbbac6e87c002de7348ee22..677a4975c4bb6456e2b63f9361d6398009c7a5b3 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp
|
| @@ -16,7 +16,7 @@
|
| #include "core/css/parser/CSSPropertyParser.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| -#include "wtf/text/StringToNumber.h"
|
| +#include "platform/wtf/text/StringToNumber.h"
|
|
|
| namespace blink {
|
|
|
|
|