| Index: components/web_view/frame_apptest.cc
|
| diff --git a/components/web_view/frame_apptest.cc b/components/web_view/frame_apptest.cc
|
| index 68229f183594488258369dbafcc1238d0c9119f7..5291ebb39f1235635dfcbd349e07d57440634ebc 100644
|
| --- a/components/web_view/frame_apptest.cc
|
| +++ b/components/web_view/frame_apptest.cc
|
| @@ -371,7 +371,7 @@ class FrameTest : public mojo::test::ApplicationTestBase,
|
| void SetUp() override {
|
| ApplicationTestBase::SetUp();
|
|
|
| - mus::CreateSingleWindowTreeHost(application_impl(), this, &host_);
|
| + mus::CreateSingleWindowTreeHost(application_impl(), this, &host_, nullptr);
|
|
|
| ASSERT_TRUE(DoRunLoopWithTimeout());
|
| std::swap(window_manager_, most_recent_connection_);
|
|
|