| Index: apps/app_shim/app_shim_host_manager_browsertest_mac.mm
|
| diff --git a/apps/app_shim/app_shim_host_manager_browsertest_mac.mm b/apps/app_shim/app_shim_host_manager_browsertest_mac.mm
|
| index c97f544d97416344f1f4169dc4ef8f97a00b6c53..92040c270b43903825f73dc6e91857485bbe3727 100644
|
| --- a/apps/app_shim/app_shim_host_manager_browsertest_mac.mm
|
| +++ b/apps/app_shim/app_shim_host_manager_browsertest_mac.mm
|
| @@ -203,7 +203,7 @@ IN_PROC_BROWSER_TEST_F(AppShimHostManagerBrowserTest,
|
| PRE_ReCreate) {
|
| test::AppShimHostManagerTestApi test_api(
|
| g_browser_process->platform_part()->app_shim_host_manager());
|
| - EXPECT_TRUE(test_api.factory());
|
| + EXPECT_TRUE(test_api.acceptor());
|
| }
|
|
|
| // Ensure the domain socket can be re-created after a prior browser process has
|
| @@ -212,7 +212,7 @@ IN_PROC_BROWSER_TEST_F(AppShimHostManagerBrowserTest,
|
| ReCreate) {
|
| test::AppShimHostManagerTestApi test_api(
|
| g_browser_process->platform_part()->app_shim_host_manager());
|
| - EXPECT_TRUE(test_api.factory());
|
| + EXPECT_TRUE(test_api.acceptor());
|
| }
|
|
|
| // Tests for the files created by AppShimHostManager.
|
|
|