| Index: third_party/WebKit/Source/build/scripts/make_css_property_names.py
|
| diff --git a/third_party/WebKit/Source/build/scripts/make_css_property_names.py b/third_party/WebKit/Source/build/scripts/make_css_property_names.py
|
| index 949c1825d049d9c45178307a90a924c0c326da0b..10b262484e9ea18627c375aabe52215a21c4a2da 100755
|
| --- a/third_party/WebKit/Source/build/scripts/make_css_property_names.py
|
| +++ b/third_party/WebKit/Source/build/scripts/make_css_property_names.py
|
| @@ -15,7 +15,7 @@ HEADER_TEMPLATE = """
|
| #define %(class_name)s_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Assertions.h"
|
| +#include "platform/wtf/Assertions.h"
|
| #include <stddef.h>
|
|
|
| namespace WTF {
|
| @@ -85,9 +85,9 @@ GPERF_TEMPLATE = """
|
| #include "core/css/HashTools.h"
|
| #include <string.h>
|
|
|
| -#include "wtf/ASCIICType.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/ASCIICType.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| #ifdef _MSC_VER
|
| // Disable the warnings from casting a 64-bit pointer to 32-bit long
|
|
|