| Index: third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h b/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h
|
| index 1bf70e8a4b0a0657388b786d98462fa715437402..437f5f87a81eae2aef83c8169cc28a4c28b53827 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h
|
| @@ -6,10 +6,10 @@
|
| #define SVGTreeScopeResources_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/text/AtomicStringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|