| Index: chrome/browser/ui/app_list/app_list_service_mac_interactive_uitest.mm
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_mac_interactive_uitest.mm b/chrome/browser/ui/app_list/app_list_service_mac_interactive_uitest.mm
|
| index 3c99dc38f7db9742e0881a830680a5100c67fb2f..1ffd193eee8299a2e871d586a4a0ce1cc91d70fe 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_mac_interactive_uitest.mm
|
| +++ b/chrome/browser/ui/app_list/app_list_service_mac_interactive_uitest.mm
|
| @@ -90,8 +90,7 @@ IN_PROC_BROWSER_TEST_F(AppListServiceMacInteractiveTest, ShowAppListUsingShim) {
|
| // Check that AppListService has registered as a shim handler for "app_list".
|
| EXPECT_TRUE(AppShimHandler::GetForAppMode(app_mode::kAppListModeId));
|
|
|
| - AppListService* service =
|
| - AppListService::Get(chrome::HOST_DESKTOP_TYPE_NATIVE);
|
| + AppListService* service = AppListService::Get(ui::HOST_DESKTOP_TYPE_NATIVE);
|
| EXPECT_FALSE(service->IsAppListVisible());
|
|
|
| // Creation should be lazy.
|
|
|