| Index: chrome/browser/ui/app_list/recommended_apps.h
|
| diff --git a/chrome/browser/ui/app_list/recommended_apps.h b/chrome/browser/ui/app_list/recommended_apps.h
|
| index d4a0fb783b6440ef177872ba7926dd2ab0167ac9..25f82cd97b9ce44b839d3f5693a9f8831cc463e5 100644
|
| --- a/chrome/browser/ui/app_list/recommended_apps.h
|
| +++ b/chrome/browser/ui/app_list/recommended_apps.h
|
| @@ -57,7 +57,8 @@ class RecommendedApps : public extensions::ExtensionRegistryObserver {
|
| extensions::UnloadedExtensionInfo::Reason reason) OVERRIDE;
|
| virtual void OnExtensionUninstalled(
|
| content::BrowserContext* browser_context,
|
| - const extensions::Extension* extension) OVERRIDE;
|
| + const extensions::Extension* extension,
|
| + extensions::UninstallReason reason) OVERRIDE;
|
|
|
| Profile* profile_;
|
| PrefChangeRegistrar pref_change_registrar_;
|
|
|