| 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();
|
|
|
|
|