| Index: third_party/WebKit/Source/core/loader/FrameLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| index b12caa894071e4970ca111532960ce032d55146e..bff0ff71c7d9e19c02ee750188f4259059345963 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -38,6 +38,7 @@
|
| #include "core/dom/SecurityContext.h"
|
| #include "core/fetch/ResourceLoaderOptions.h"
|
| #include "core/frame/FrameTypes.h"
|
| +#include "core/loader/DocumentLoader.h"
|
| #include "core/loader/FrameLoaderStateMachine.h"
|
| #include "core/loader/FrameLoaderTypes.h"
|
| #include "core/loader/HistoryItem.h"
|
| @@ -50,7 +51,6 @@
|
|
|
| namespace blink {
|
|
|
| -class DocumentLoader;
|
| class Frame;
|
| class FrameLoaderClient;
|
| class ProgressTracker;
|
|
|