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

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: Fixing GN build Created 6 years, 7 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..e6a4fb963a35839aa71380ea1ad2161f0af6ea59 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();
+IPC::ChannelHandleAcceptor* AppShimHostManagerTestApi::acceptor() {
+ return host_manager_->acceptor_.get();
}
const base::FilePath& AppShimHostManagerTestApi::directory_in_tmp() {

Powered by Google App Engine
This is Rietveld 408576698