| Index: third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| diff --git a/third_party/WebKit/Source/core/loader/ProgressTracker.h b/third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| index 3c531c54208b6ca71640bf45c8ba2b85b0ee24d3..90574354bd546ca382a5a7db54949ee09a5cbfd8 100644
|
| --- a/third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| +++ b/third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| @@ -26,15 +26,15 @@
|
| #ifndef ProgressTracker_h
|
| #define ProgressTracker_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/loader/FrameLoaderTypes.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "platform/network/ResourceLoadPriority.h"
|
| +#include "platform/loader/fetch/ResourceLoadPriority.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/Noncopyable.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|