Index: components/html_viewer/ax_provider_apptest.cc |
diff --git a/components/html_viewer/ax_provider_apptest.cc b/components/html_viewer/ax_provider_apptest.cc |
index 5068fa260f900e9ffdbd227c7b525af16ab18d15..9e42d26223c585c3e4e84cfb35323aff6d2a735c 100644 |
--- a/components/html_viewer/ax_provider_apptest.cc |
+++ b/components/html_viewer/ax_provider_apptest.cc |
@@ -7,7 +7,7 @@ |
#include "base/run_loop.h" |
#include "base/strings/stringprintf.h" |
#include "base/test/test_timeouts.h" |
-#include "components/mus/public/cpp/tests/view_manager_test_base.h" |
+#include "components/mus/public/cpp/tests/mandoline_ui_services_test_base.h" |
#include "components/mus/public/cpp/view.h" |
#include "components/mus/public/cpp/view_tree_connection.h" |
#include "components/web_view/public/interfaces/frame_tree.mojom.h" |
@@ -62,7 +62,7 @@ class TestFrameTreeServer : public web_view::FrameTreeServer { |
} // namespace |
-using AXProviderTest = ViewManagerTestBase; |
+using AXProviderTest = mus::MandolineUIServicesTestBase; |
TEST_F(AXProviderTest, HelloWorld) { |
// Start a test server for net/data/test.html access. |
@@ -82,7 +82,7 @@ TEST_F(AXProviderTest, HelloWorld) { |
// Embed the html_viewer in a View. |
ViewTreeClientPtr tree_client; |
connection->ConnectToService(&tree_client); |
- View* embed_view = window_manager()->CreateView(); |
+ mus::View* embed_view = window_manager()->CreateView(); |
embed_view->Embed(tree_client.Pass()); |
TestFrameTreeServer frame_tree_server; |