| Index: third_party/WebKit/Source/web/tests/FrameTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.h b/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
|
| index 157034126d2d0b3501224a5271e17551c7d9e4b8..8c752a52cf2463b0e5597e2713bd87f3384ff881 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
|
| +++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
|
| @@ -53,7 +53,7 @@
|
| namespace blink {
|
|
|
| class WebFrame;
|
| -class WebLocalFrameImpl;
|
| +class WebLocalFrameBase;
|
| class WebRemoteFrameImpl;
|
| class WebSettings;
|
| enum class WebCachePolicy;
|
| @@ -91,7 +91,7 @@ WebMouseEvent CreateMouseEvent(WebInputEvent::Type,
|
| // Calls WebRemoteFrame::createLocalChild, but with some arguments prefilled
|
| // with default test values (i.e. with a default |client| or |properties| and/or
|
| // with a precalculated |uniqueName|).
|
| -WebLocalFrameImpl* CreateLocalChild(
|
| +WebLocalFrameBase* CreateLocalChild(
|
| WebRemoteFrame* parent,
|
| const WebString& name = WebString(),
|
| WebFrameClient* = nullptr,
|
|
|