| 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 7ebb01e2e84f64488e834a04abd88dfe85bb6a79..30988a2e17a4a91d05bbd853c9e2b65a2788c8e0 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -50,6 +50,7 @@
|
| #include "public/platform/WebInsecureRequestPolicy.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/HashSet.h"
|
| +
|
| #include <memory>
|
|
|
| namespace blink {
|
| @@ -57,7 +58,7 @@ namespace blink {
|
| class DocumentLoader;
|
| class HTMLFormElement;
|
| class Frame;
|
| -class FrameLoaderClient;
|
| +class LocalFrameClient;
|
| class ProgressTracker;
|
| class ResourceError;
|
| class SerializedScriptValue;
|
| @@ -129,7 +130,7 @@ class CORE_EXPORT FrameLoader final {
|
| bool shouldTreatURLAsSameAsCurrent(const KURL&) const;
|
| bool shouldTreatURLAsSrcdocDocument(const KURL&) const;
|
|
|
| - FrameLoaderClient* client() const;
|
| + LocalFrameClient* client() const;
|
|
|
| void setDefersLoading(bool);
|
|
|
|
|