| Index: chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc
|
| diff --git a/chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc b/chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc
|
| index bfc943ed38b843e11e5a8cef84abb69793ad0676..0dba08cea16ed6106794b5b0c284d5c0970c5350 100644
|
| --- a/chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc
|
| +++ b/chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc
|
| @@ -53,7 +53,7 @@ class CreateProfileHelper {
|
|
|
| app_list::AppListModel* GetAppListModel(AppListService* service) {
|
| return app_list::AppListSyncableServiceFactory::GetForProfile(
|
| - service->GetCurrentAppListProfile())->model();
|
| + service->GetCurrentAppListProfile())->GetModel();
|
| }
|
|
|
| AppListService* GetAppListService() {
|
|
|