| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceTimingInfo.cpp
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceTimingInfo.cpp b/third_party/WebKit/Source/platform/loader/fetch/ResourceTimingInfo.cpp
|
| similarity index 97%
|
| rename from third_party/WebKit/Source/platform/network/ResourceTimingInfo.cpp
|
| rename to third_party/WebKit/Source/platform/loader/fetch/ResourceTimingInfo.cpp
|
| index 9372db1e9c93cd82b43160584d00e0a19a38969b..47d233d108214b4683c3e9f0f50af083a0ac54c2 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceTimingInfo.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceTimingInfo.cpp
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "platform/network/ResourceTimingInfo.h"
|
| +#include "platform/loader/fetch/ResourceTimingInfo.h"
|
|
|
| +#include <memory>
|
| #include "platform/CrossThreadCopier.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|