Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: components/html_viewer/ax_provider_apptest.cc

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated all the namespaces in mus Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698