| Index: third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| index 4383eaa2acd148585792af2fc20381ccf430391d..df169adc70d7152a96fae062e90f17b03f197328 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| @@ -5,15 +5,15 @@
|
| #ifndef CSSParserImpl_h
|
| #define CSSParserImpl_h
|
|
|
| +#include <memory>
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/css/CSSProperty.h"
|
| #include "core/css/CSSPropertySourceData.h"
|
| #include "core/css/StylePropertySet.h"
|
| #include "core/css/parser/CSSParserTokenRange.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|