| Index: third_party/WebKit/Source/core/svg/SVGElementProxy.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElementProxy.cpp b/third_party/WebKit/Source/core/svg/SVGElementProxy.cpp
|
| index 2d75aef4921ff996aba8e734dd556e988a910e61..92bcb51864fb36ed697e056d50b14e90c8fe3831 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElementProxy.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElementProxy.cpp
|
| @@ -5,11 +5,11 @@
|
| #include "core/svg/SVGElementProxy.h"
|
|
|
| #include "core/dom/IdTargetObserver.h"
|
| -#include "core/fetch/FetchInitiatorTypeNames.h"
|
| -#include "core/fetch/FetchRequest.h"
|
| -#include "core/fetch/ResourceFetcher.h"
|
| #include "core/svg/SVGElement.h"
|
| #include "core/svg/SVGResourceClient.h"
|
| +#include "platform/loader/fetch/FetchInitiatorTypeNames.h"
|
| +#include "platform/loader/fetch/FetchRequest.h"
|
| +#include "platform/loader/fetch/ResourceFetcher.h"
|
|
|
| namespace blink {
|
|
|
|
|