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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h

Issue 2746113002: platform/loader: move network/Resource* to loader/fetch (Closed)
Patch Set: git rebase master Created 3 years, 9 months 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/platform/loader/fetch/ResourceResponse.h
diff --git a/third_party/WebKit/Source/platform/network/ResourceResponse.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
similarity index 99%
rename from third_party/WebKit/Source/platform/network/ResourceResponse.h
rename to third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
index 712228c49ae9966011d0774d2dc5657411a431f8..ae4c711e4225c8ce08b8a2729759106490500e82 100644
--- a/third_party/WebKit/Source/platform/network/ResourceResponse.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
@@ -29,10 +29,10 @@
#include "platform/PlatformExport.h"
#include "platform/blob/BlobData.h"
+#include "platform/loader/fetch/ResourceLoadInfo.h"
+#include "platform/loader/fetch/ResourceLoadTiming.h"
#include "platform/network/HTTPHeaderMap.h"
#include "platform/network/HTTPParsers.h"
-#include "platform/network/ResourceLoadInfo.h"
-#include "platform/network/ResourceLoadTiming.h"
#include "platform/weborigin/KURL.h"
#include "public/platform/WebURLResponse.h"
#include "public/platform/modules/serviceworker/WebServiceWorkerResponseType.h"

Powered by Google App Engine
This is Rietveld 408576698