| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceClientWalker.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/ResourceClientWalker.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceClientWalker.h
|
| similarity index 97%
|
| rename from third_party/WebKit/Source/core/fetch/ResourceClientWalker.h
|
| rename to third_party/WebKit/Source/platform/loader/fetch/ResourceClientWalker.h
|
| index 70ea28c248f06834e08696f3d4dd9b5e61ca1c61..9e1862bc546b4d8031a3afa1d59ca6726236b815 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceClientWalker.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceClientWalker.h
|
| @@ -25,8 +25,8 @@
|
| #ifndef ResourceClientWalker_h
|
| #define ResourceClientWalker_h
|
|
|
| -#include "core/fetch/ResourceClient.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/loader/fetch/ResourceClient.h"
|
| #include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|