| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 1ef01b3e21c6b6fda69a3fb1955b8d1536fda56f..6765b0c1fecc39d417f0f06968285c6a1214e7b8 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -37,7 +37,7 @@
|
| #include "platform/heap/SelfKeepAlive.h"
|
| #include "public/platform/WebFileSystemType.h"
|
| #include "public/web/WebLocalFrame.h"
|
| -#include "web/FrameLoaderClientImpl.h"
|
| +#include "web/LocalFrameClientImpl.h"
|
| #include "web/UserMediaClientImpl.h"
|
| #include "web/WebExport.h"
|
| #include "web/WebFrameImplBase.h"
|
| @@ -451,7 +451,7 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| // Returns true if the frame is focused.
|
| bool isFocused() const;
|
|
|
| - Member<FrameLoaderClientImpl> m_frameLoaderClientImpl;
|
| + Member<LocalFrameClientImpl> m_localFrameClientImpl;
|
|
|
| // The embedder retains a reference to the WebCore LocalFrame while it is
|
| // active in the DOM. This reference is released when the frame is removed
|
|
|