| Index: third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchRequest.cpp b/third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp
|
| similarity index 97%
|
| rename from third_party/WebKit/Source/core/fetch/FetchRequest.cpp
|
| rename to third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp
|
| index 6fd3174a814e996ebad61533031d3ef37e6f2d5e..0200a64233df3aa5b369ed47b02f5d1536d34ca3 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchRequest.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp
|
| @@ -23,10 +23,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "core/fetch/FetchRequest.h"
|
| +#include "platform/loader/fetch/FetchRequest.h"
|
|
|
| -#include "core/fetch/CrossOriginAccessControl.h"
|
| -#include "core/fetch/ResourceFetcher.h"
|
| +#include "platform/loader/fetch/CrossOriginAccessControl.h"
|
| +#include "platform/loader/fetch/ResourceFetcher.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "platform/weborigin/Suborigin.h"
|
|
|