| Index: third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| index b65807c67e8f59f1b8fac9701d36bfda4f28ca2f..d1badcce2880f33da47ec012bae1d72b26912be1 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| @@ -14,7 +14,10 @@ namespace blink {
|
|
|
| class Event;
|
| class IntRect;
|
| +class LocalFrame;
|
| +class MessageEvent;
|
| class ResourceRequest;
|
| +class SecurityOrigin;
|
|
|
| class RemoteFrameClient : public FrameClient {
|
| public:
|
|
|