Index: third_party/WebKit/Source/core/loader/resource/MultipartImageResourceParser.cpp |
diff --git a/third_party/WebKit/Source/core/fetch/MultipartImageResourceParser.cpp b/third_party/WebKit/Source/core/loader/resource/MultipartImageResourceParser.cpp |
similarity index 98% |
rename from third_party/WebKit/Source/core/fetch/MultipartImageResourceParser.cpp |
rename to third_party/WebKit/Source/core/loader/resource/MultipartImageResourceParser.cpp |
index 319b2d3ab0ba6b8038e053e961aef795fffbccef..4f684023fd835f9c312c314832560f547c937aa3 100644 |
--- a/third_party/WebKit/Source/core/fetch/MultipartImageResourceParser.cpp |
+++ b/third_party/WebKit/Source/core/loader/resource/MultipartImageResourceParser.cpp |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "core/fetch/MultipartImageResourceParser.h" |
+#include "core/loader/resource/MultipartImageResourceParser.h" |
#include "platform/network/HTTPParsers.h" |
#include "wtf/NotFound.h" |