| Index: third_party/WebKit/Source/core/svg/SVGElementRareData.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElementRareData.h b/third_party/WebKit/Source/core/svg/SVGElementRareData.h
|
| index 3e9f2d1d71f42b196430d9a7a60f94deab0b8a9f..3440b4042afc3a9544e6aa8ce75422b942c01db7 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElementRareData.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElementRareData.h
|
| @@ -24,8 +24,8 @@
|
| #include "core/svg/SVGElement.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|