| Index: third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
|
| index c470d935b256978755061d7d1980d286a1b2ffa1..f044dc0efcee7522f09d950d42d21ace14fa5cdc 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
|
| @@ -22,8 +22,8 @@
|
| #include "StylePropertyShorthand.h"
|
|
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/StdLibExtras.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
|
|
| namespace blink {
|
| {% for property_id, property in properties.items() %}
|
|
|