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

Unified Diff: components/view_manager/public/cpp/tests/view_manager_test_base.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
Index: components/view_manager/public/cpp/tests/view_manager_test_base.cc
diff --git a/components/view_manager/public/cpp/tests/view_manager_test_base.cc b/components/view_manager/public/cpp/tests/view_manager_test_base.cc
index e98e58d3c961fff3b41d5b0797cef7c40d8a5ed9..676dc9e0be8c0dbd3f81ab5084e5e3b37ac551ce 100644
--- a/components/view_manager/public/cpp/tests/view_manager_test_base.cc
+++ b/components/view_manager/public/cpp/tests/view_manager_test_base.cc
@@ -82,7 +82,7 @@ ApplicationDelegate* ViewManagerTestBase::GetApplicationDelegate() {
bool ViewManagerTestBase::ConfigureIncomingConnection(
ApplicationConnection* connection) {
- connection->AddService<ViewManagerClient>(this);
+ connection->AddService<ViewTreeClient>(this);
return true;
}
@@ -96,7 +96,7 @@ void ViewManagerTestBase::OnViewManagerDestroyed(ViewManager* view_manager) {
}
void ViewManagerTestBase::Create(ApplicationConnection* connection,
- InterfaceRequest<ViewManagerClient> request) {
+ InterfaceRequest<ViewTreeClient> request) {
ViewManager::Create(this, request.Pass());
}
« no previous file with comments | « components/view_manager/public/cpp/tests/view_manager_test_base.h ('k') | components/view_manager/public/cpp/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698