| Index: third_party/WebKit/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl
|
| index 25f9ba9f46e4455a27dcfc20a413e6dbe7f96100..36b0b18105220588fee29fa07a0ab17833ec183d 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl
|
| @@ -3,9 +3,9 @@
|
|
|
| #include "{{namespace}}Names.h"
|
|
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/StaticConstructors.h"
|
| -#include "wtf/StdLibExtras.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/StaticConstructors.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| #include <memory>
|
|
|
| namespace blink {
|
|
|