| Index: third_party/WebKit/Source/core/frame/Frame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Frame.cpp b/third_party/WebKit/Source/core/frame/Frame.cpp
|
| index 9af871dd50b6622f86576dcd8ff27b9884dce1cb..c2858ebdb8b9ce1574c5ca7750ddb8f5b63ee9a2 100644
|
| --- a/third_party/WebKit/Source/core/frame/Frame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Frame.cpp
|
| @@ -49,7 +49,7 @@
|
| #include "platform/InstanceCounters.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/feature_policy/FeaturePolicy.h"
|
| -#include "platform/network/ResourceError.h"
|
| +#include "platform/loader/fetch/ResourceError.h"
|
|
|
| namespace blink {
|
|
|
|
|