| Index: third_party/WebKit/Source/build/scripts/templates/MakeNames.h.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/MakeNames.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/MakeNames.h.tmpl
|
| index 6ee6ad6818d0fdc877b8c29ec89631d99495710d..127eae90a86f038cc3beec8c78b82e2f08dd14eb 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/MakeNames.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/MakeNames.h.tmpl
|
| @@ -8,7 +8,7 @@
|
| {% if suffix %}
|
| #include "core/{{namespace}}Names.h"
|
| {% else %}
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| {% endif %}
|
| {% if export == 'CORE_EXPORT' %}
|
| #include "core/CoreExport.h"
|
|
|