| Index: third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl
|
| index 8bd30a00d1e80b094bc916be7c365a61ed914a32..b0379baab446df9c1c7fdaa63ef61e604160b830 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "core/dom/Document.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/PassRefPtr.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|