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

Unified Diff: apps/app_shim/test/app_shim_host_manager_test_api_mac.cc

Issue 305973002: Rename IPC::ChannelFactory to ChannelHandleAcceptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
diff --git a/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc b/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
index 67c654460a5ccd2d561355120b6b54527ff19c64..6fbdd8c95a299089cccd74c25880b0c5e5821c9c 100644
--- a/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
+++ b/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
@@ -15,8 +15,8 @@ AppShimHostManagerTestApi::AppShimHostManagerTestApi(
DCHECK(host_manager_);
}
-IPC::ChannelFactory* AppShimHostManagerTestApi::factory() {
- return host_manager_->factory_.get();
+apps::UnixDomainSocketAcceptor* AppShimHostManagerTestApi::acceptor() {
+ return host_manager_->acceptor_.get();
}
const base::FilePath& AppShimHostManagerTestApi::directory_in_tmp() {
« no previous file with comments | « apps/app_shim/test/app_shim_host_manager_test_api_mac.h ('k') | apps/app_shim/unix_domain_socket_acceptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698