| Index: chrome/browser/ui/app_list/app_list_view_delegate.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.cc b/chrome/browser/ui/app_list/app_list_view_delegate.cc
|
| index 3e9377e3bbac21ac1eb8e62b821119ec21868600..91eb9bb4184490dea426f93d91cbdb4da42fd7c9 100644
|
| --- a/chrome/browser/ui/app_list/app_list_view_delegate.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_view_delegate.cc
|
| @@ -314,8 +314,8 @@ void AppListViewDelegate::SetProfile(Profile* new_profile) {
|
| template_url_service_observer_.Add(template_url_service);
|
| }
|
|
|
| - model_ =
|
| - app_list::AppListSyncableServiceFactory::GetForProfile(profile_)->model();
|
| + model_ = app_list::AppListSyncableServiceFactory::GetForProfile(profile_)
|
| + ->GetModel();
|
|
|
| #if defined(USE_ASH)
|
| app_sync_ui_state_watcher_.reset(new AppSyncUIStateWatcher(profile_, model_));
|
|
|