| Index: third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| index 25d8d4eecd93064456a649e57529cb6d98aad994..e99a7e408fb52417ea76d618783c5beeee8c6596 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -52,8 +52,8 @@
|
| #include "core/svg/SVGTreeScopeResources.h"
|
| #include "core/svg/SVGUseElement.h"
|
| #include "core/svg/properties/SVGProperty.h"
|
| -#include "wtf/AutoReset.h"
|
| -#include "wtf/Threading.h"
|
| +#include "platform/wtf/AutoReset.h"
|
| +#include "platform/wtf/Threading.h"
|
|
|
| namespace blink {
|
|
|
|
|