| Index: third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.h b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| index 2c129530097bb57828b93d17062acf3630deb5e8..d9c4dc5069ab47cfea94d7c786659b4ce199b320 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| @@ -51,6 +51,7 @@
|
| #include "public/platform/WebLoadingBehaviorFlag.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/RefPtr.h"
|
| +
|
| #include <memory>
|
|
|
| namespace blink {
|
| @@ -59,12 +60,15 @@ class ApplicationCacheHost;
|
| class ResourceFetcher;
|
| class DocumentInit;
|
| class LocalFrame;
|
| +class LocalFrameClient;
|
| class FrameLoader;
|
| -class FrameLoaderClient;
|
| class ResourceTimingInfo;
|
| class WebDocumentSubresourceFilter;
|
| struct ViewportDescriptionWrapper;
|
|
|
| +// TODO(slangley): Remove this once references to FrameLoaderClient are removed.
|
| +typedef LocalFrameClient FrameLoaderClient;
|
| +
|
| class CORE_EXPORT DocumentLoader
|
| : public GarbageCollectedFinalized<DocumentLoader>,
|
| private RawResourceClient {
|
|
|