| 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 {
|
|
|
|
|