| 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 832a511e0485052b894fc45c2c29d0a892bcc36b..8c0ed2bbb7859f42e1c9b718d68a6b062a667187 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 {
|
| @@ -420,7 +421,7 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| DECLARE_TRACE();
|
|
|
| private:
|
| - friend class FrameLoaderClientImpl;
|
| + friend class LocalFrameClientImpl;
|
|
|
| WebLocalFrameImpl(WebTreeScopeType,
|
| WebFrameClient*,
|
|
|