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

Unified Diff: components/html_viewer/ax_provider_apptest.cc

Issue 1314953002: Rename ViewManagerService,ViewManagerClient -> ViewTree,ViewTreeClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 4 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/html_document_oopif.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 4bf81203a1e26353c3db1df3cc89061bad962063..17428dc418b561a7a3a3cac0edd82d46a03e2034 100644
--- a/components/html_viewer/ax_provider_apptest.cc
+++ b/components/html_viewer/ax_provider_apptest.cc
@@ -79,10 +79,10 @@ TEST_F(AXProviderTest, HelloWorld) {
application_impl()->ConnectToApplication(request.Pass());
// Embed the html_viewer in a View.
- ViewManagerClientPtr view_manager_client;
- connection->ConnectToService(&view_manager_client);
+ ViewTreeClientPtr tree_client;
+ connection->ConnectToService(&tree_client);
View* embed_view = window_manager()->CreateView();
- embed_view->Embed(view_manager_client.Pass());
+ embed_view->Embed(tree_client.Pass());
TestFrameTreeServer frame_tree_server;
mandoline::FrameTreeServerPtr frame_tree_server_ptr;
« no previous file with comments | « no previous file | components/html_viewer/html_document_oopif.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698