| Index: chrome/browser/apps/drive/drive_app_provider.h
|
| diff --git a/chrome/browser/apps/drive/drive_app_provider.h b/chrome/browser/apps/drive/drive_app_provider.h
|
| index b6fe1823cc8288c7b27f086338c8ed5be33cc6a6..69fdc30a064878c05df9208857310e85c38e75c7 100644
|
| --- a/chrome/browser/apps/drive/drive_app_provider.h
|
| +++ b/chrome/browser/apps/drive/drive_app_provider.h
|
| @@ -78,7 +78,8 @@ class DriveAppProvider : public drive::DriveAppRegistryObserver,
|
| bool is_update) OVERRIDE;
|
| virtual void OnExtensionUninstalled(
|
| content::BrowserContext* browser_context,
|
| - const extensions::Extension* extension) OVERRIDE;
|
| + const extensions::Extension* extension,
|
| + extensions::UninstallReason reason) OVERRIDE;
|
|
|
| Profile* profile_;
|
|
|
|
|