| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index bcd82eb8049c1eb52bb4a8ff0a655d6593dd3781..833903404a2bd64b32878da6c727cf830e61c2ab 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -46,11 +46,14 @@ namespace blink {
|
| class ClientHintsPreferences;
|
| class Document;
|
| class DocumentLoader;
|
| -class FrameLoaderClient;
|
| +class LocalFrameClient;
|
| class LocalFrame;
|
| class ResourceError;
|
| class ResourceResponse;
|
|
|
| +// TODO(slangley): Remove this once references to FrameLoaderClient are removed.
|
| +using FrameLoaderClient = LocalFrameClient;
|
| +
|
| class CORE_EXPORT FrameFetchContext final : public FetchContext {
|
| public:
|
| static ResourceFetcher* createFetcherFromDocumentLoader(
|
|
|