| 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 ec4d9b23f196cb65f522d325504ce542db095b6b..1ef01b3e21c6b6fda69a3fb1955b8d1536fda56f 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -45,6 +45,7 @@
|
| #include "web/WebInputMethodControllerImpl.h"
|
| #include "wtf/Compiler.h"
|
| #include "wtf/text/WTFString.h"
|
| +
|
| #include <memory>
|
|
|
| namespace blink {
|
| @@ -419,7 +420,7 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| DECLARE_TRACE();
|
|
|
| private:
|
| - friend class FrameLoaderClientImpl;
|
| + friend class LocalFrameClientImpl;
|
|
|
| WebLocalFrameImpl(WebTreeScopeType,
|
| WebFrameClient*,
|
|
|