Index: chrome/browser/ui/app_list/app_list_service_impl.cc |
diff --git a/chrome/browser/ui/app_list/app_list_service_impl.cc b/chrome/browser/ui/app_list/app_list_service_impl.cc |
index 3808fee61706a952be5251d787ac969d2737f888..696eba71b7780748835ce7edf3ad828c7b671a76 100644 |
--- a/chrome/browser/ui/app_list/app_list_service_impl.cc |
+++ b/chrome/browser/ui/app_list/app_list_service_impl.cc |
@@ -261,7 +261,7 @@ AppListServiceImpl::~AppListServiceImpl() {} |
AppListViewDelegate* AppListServiceImpl::GetViewDelegate(Profile* profile) { |
if (!view_delegate_) |
view_delegate_.reset(new AppListViewDelegate(GetControllerDelegate())); |
- view_delegate_->SetProfile(profile); |
+ view_delegate_->SetProfile(profile->GetOriginalProfile()); |
return view_delegate_.get(); |
} |