Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / app_list / app_list_controller_delegate.cc
index 0169d75..0f6f2f4 100644 (file)
@@ -195,7 +195,7 @@ bool AppListControllerDelegate::IsExtensionInstalled(
 extensions::InstallTracker* AppListControllerDelegate::GetInstallTrackerFor(
     Profile* profile) {
   if (extensions::ExtensionSystem::Get(profile)->extension_service())
-    return extensions::InstallTrackerFactory::GetForProfile(profile);
+    return extensions::InstallTrackerFactory::GetForBrowserContext(profile);
   return NULL;
 }