| Index: third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| index 0c2d6422f276dd580ac91d596fdecf0d4d71d07e..714d720d105eef3bc6d8500286a7ff9e3bead45f 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| @@ -40,11 +40,11 @@
|
| #include "public/platform/WebURLRequest.h"
|
| #include "public/platform/WebURLResponse.h"
|
| #include "public/platform/WebUnitTestSupport.h"
|
| -#include "public/web/WebRemoteFrame.h"
|
| #include "public/web/WebSettings.h"
|
| #include "public/web/WebTreeScopeType.h"
|
| #include "public/web/WebViewClient.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| +#include "web/WebRemoteFrameImpl.h"
|
| #include "wtf/StdLibExtras.h"
|
|
|
| namespace blink {
|
| @@ -333,7 +333,7 @@ void TestWebFrameClient::waitForLoadToComplete()
|
| }
|
|
|
| TestWebRemoteFrameClient::TestWebRemoteFrameClient()
|
| - : m_frame(WebRemoteFrame::create(WebTreeScopeType::Document, this))
|
| + : m_frame(WebRemoteFrameImpl::create(WebTreeScopeType::Document, this))
|
| {
|
| }
|
|
|
|
|