Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Unified Diff: third_party/WebKit/Source/core/loader/resource/MultipartImageResourceParser.cpp

Issue 2558033002: Loading: move ImageResource and related classes to core/loader/resource (Closed)
Patch Set: rebase and format Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698