| 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 efd2278c0e8313bd333bee37ac8e6b73477ac699..3e92cbf93dc0b21084d52b2ac5125b2c6f2d1638 100644
|
| --- a/apps/app_shim/app_shim_host_manager_browsertest_mac.mm
|
| +++ b/apps/app_shim/app_shim_host_manager_browsertest_mac.mm
|
| @@ -205,7 +205,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
|
| @@ -214,7 +214,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.
|
|
|