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

Unified Diff: components/html_viewer/ax_provider_apptest.cc

Issue 1351013002: Revert of Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | components/html_viewer/document_resource_waiter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5c35485ad2b716fa55dc1629ec3a353c3414d372..5068fa260f900e9ffdbd227c7b525af16ab18d15 100644
--- a/components/html_viewer/ax_provider_apptest.cc
+++ b/components/html_viewer/ax_provider_apptest.cc
@@ -62,7 +62,7 @@
} // namespace
-using AXProviderTest = mus::ViewManagerTestBase;
+using AXProviderTest = ViewManagerTestBase;
TEST_F(AXProviderTest, HelloWorld) {
// Start a test server for net/data/test.html access.
@@ -82,7 +82,7 @@
// Embed the html_viewer in a View.
ViewTreeClientPtr tree_client;
connection->ConnectToService(&tree_client);
- mus::View* embed_view = window_manager()->CreateView();
+ View* embed_view = window_manager()->CreateView();
embed_view->Embed(tree_client.Pass());
TestFrameTreeServer frame_tree_server;
« no previous file with comments | « no previous file | components/html_viewer/document_resource_waiter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698