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

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

Issue 2501543002: Loading: move FontResource to core/loader/resource (Closed)
Patch Set: one rebase error for webkit_unit_tests build Created 4 years, 1 month 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/FontResource.cpp
diff --git a/third_party/WebKit/Source/core/fetch/FontResource.cpp b/third_party/WebKit/Source/core/loader/resource/FontResource.cpp
similarity index 99%
rename from third_party/WebKit/Source/core/fetch/FontResource.cpp
rename to third_party/WebKit/Source/core/loader/resource/FontResource.cpp
index 61364c3e737ea4b94e09d95c61ffdec8dee6bc3b..15569e199bf50ed0dd9f3facdeacd3be32f4e5bc 100644
--- a/third_party/WebKit/Source/core/fetch/FontResource.cpp
+++ b/third_party/WebKit/Source/core/loader/resource/FontResource.cpp
@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "core/fetch/FontResource.h"
+#include "core/loader/resource/FontResource.h"
#include "core/fetch/FetchRequest.h"
#include "core/fetch/ResourceClientWalker.h"

Powered by Google App Engine
This is Rietveld 408576698