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

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

Issue 2510613002: Loading: move TextResource to core/loader/resource (Closed)
Patch Set: fix rebase error 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
« no previous file with comments | « third_party/WebKit/Source/core/loader/resource/TextResource.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/loader/resource/TextResource.cpp
diff --git a/third_party/WebKit/Source/core/fetch/TextResource.cpp b/third_party/WebKit/Source/core/loader/resource/TextResource.cpp
similarity index 96%
rename from third_party/WebKit/Source/core/fetch/TextResource.cpp
rename to third_party/WebKit/Source/core/loader/resource/TextResource.cpp
index bcfbfc8ce5bd544eb4b5fd65d51882a95f758ac2..f7343400492fe0fec7c43fcf77b82415f6a5f136 100644
--- a/third_party/WebKit/Source/core/fetch/TextResource.cpp
+++ b/third_party/WebKit/Source/core/loader/resource/TextResource.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/TextResource.h"
+#include "core/loader/resource/TextResource.h"
#include "core/html/parser/TextResourceDecoder.h"
#include "platform/SharedBuffer.h"
« no previous file with comments | « third_party/WebKit/Source/core/loader/resource/TextResource.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698