| Index: chrome/browser/ui/app_list/recommended_apps.cc
|
| diff --git a/chrome/browser/ui/app_list/recommended_apps.cc b/chrome/browser/ui/app_list/recommended_apps.cc
|
| index f25543f061d04c8974966145593f0d4c8ed89ba7..121b1c92dda9606b0324d01858e317a5fa369453 100644
|
| --- a/chrome/browser/ui/app_list/recommended_apps.cc
|
| +++ b/chrome/browser/ui/app_list/recommended_apps.cc
|
| @@ -69,7 +69,7 @@ void RecommendedApps::Update() {
|
| for (extensions::ExtensionSet::const_iterator app = extensions.begin();
|
| app != extensions.end();
|
| ++app) {
|
| - if (!extensions::ui_util::ShouldDisplayInAppLauncher(*app, profile_))
|
| + if (!extensions::ui_util::ShouldDisplayInAppLauncher(app->get(), profile_))
|
| continue;
|
|
|
| sorted_apps.push_back(
|
|
|