| Index: components/html_viewer/html_frame_apptest.cc
|
| diff --git a/components/html_viewer/html_frame_apptest.cc b/components/html_viewer/html_frame_apptest.cc
|
| index d7302be457d614d266b517e4efda81a4417e5825..8bda1d0cef785ddb1e73b182302aa286cb8ae0ed 100644
|
| --- a/components/html_viewer/html_frame_apptest.cc
|
| +++ b/components/html_viewer/html_frame_apptest.cc
|
| @@ -25,6 +25,7 @@
|
| #include "net/test/spawned_test_server/spawned_test_server.h"
|
| #include "third_party/mojo_services/src/accessibility/public/interfaces/accessibility.mojom.h"
|
|
|
| +using mus::mojom::WindowTreeClientPtr;
|
| using mus::WindowServerTestBase;
|
| using web_view::Frame;
|
| using web_view::FrameConnection;
|
| @@ -226,7 +227,7 @@ class HTMLFrameTest : public WindowServerTestBase {
|
| return nullptr;
|
| FrameConnection* result = frame_connection.get();
|
| FrameClient* frame_client = frame_connection->frame_client();
|
| - ViewTreeClientPtr tree_client = frame_connection->GetViewTreeClient();
|
| + WindowTreeClientPtr tree_client = frame_connection->GetWindowTreeClient();
|
| frame_tree_.reset(new FrameTree(
|
| result->GetContentHandlerID(), view, tree_client.Pass(),
|
| frame_tree_delegate_.get(), frame_client, frame_connection.Pass(),
|
|
|