| Index: third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| index c5cc54b16ebec3b91594dbdc19d9b938d91cdd11..72ec02ec743ec803b1ecb971e772299f504bc095 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| @@ -4,7 +4,7 @@
|
| #ifndef ComputedStyleBase_h
|
| #define ComputedStyleBase_h
|
|
|
| -#include "core/ComputedStyleBaseConstants.h"
|
| +#include "core/style/ComputedStyleConstants.h"
|
| #include "core/CoreExport.h"
|
| {% for path in include_paths %}
|
| #include "{{path}}"
|
|
|