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

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

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.h
diff --git a/apps/app_shim/test/app_shim_host_manager_test_api_mac.h b/apps/app_shim/test/app_shim_host_manager_test_api_mac.h
index c685166619100251b61626bf475ab7d0aab519be..b42e38938d0269e9e542a1edbbe90a4d15176477 100644
--- a/apps/app_shim/test/app_shim_host_manager_test_api_mac.h
+++ b/apps/app_shim/test/app_shim_host_manager_test_api_mac.h
@@ -13,8 +13,8 @@ namespace base {
class FilePath;
}
-namespace IPC {
-class ChannelFactory;
+namespace apps {
+class UnixDomainSocketAcceptor;
}
namespace test {
@@ -23,7 +23,7 @@ class AppShimHostManagerTestApi {
public:
explicit AppShimHostManagerTestApi(AppShimHostManager* host_manager);
- IPC::ChannelFactory* factory();
+ apps::UnixDomainSocketAcceptor* acceptor();
const base::FilePath& directory_in_tmp();
« no previous file with comments | « apps/app_shim/app_shim_host_manager_mac.mm ('k') | apps/app_shim/test/app_shim_host_manager_test_api_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698