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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/ResourceTimingInfo.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/ResourceTimingInfo.h
diff --git a/third_party/WebKit/Source/platform/network/ResourceTimingInfo.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceTimingInfo.h
similarity index 98%
rename from third_party/WebKit/Source/platform/network/ResourceTimingInfo.h
rename to third_party/WebKit/Source/platform/loader/fetch/ResourceTimingInfo.h
index fc9b8d121506d582ccb960a9eb646d41f21adc03..dda54b4b0a557f43043075e4af05bc5f306a79e6 100644
--- a/third_party/WebKit/Source/platform/network/ResourceTimingInfo.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceTimingInfo.h
@@ -31,15 +31,15 @@
#ifndef ResourceTimingInfo_h
#define ResourceTimingInfo_h
+#include <memory>
#include "platform/CrossThreadCopier.h"
-#include "platform/network/ResourceRequest.h"
-#include "platform/network/ResourceResponse.h"
+#include "platform/loader/fetch/ResourceRequest.h"
+#include "platform/loader/fetch/ResourceResponse.h"
#include "wtf/Allocator.h"
#include "wtf/Functional.h"
#include "wtf/Noncopyable.h"
#include "wtf/PtrUtil.h"
#include "wtf/text/AtomicString.h"
-#include <memory>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698