| Index: chrome/browser/apps/shortcut_manager.h
|
| diff --git a/chrome/browser/apps/shortcut_manager.h b/chrome/browser/apps/shortcut_manager.h
|
| index f47a90f332106d9ea485cbcafa935437b6146672..c13c921615101705b73f571a4651d28bf83fe220 100644
|
| --- a/chrome/browser/apps/shortcut_manager.h
|
| +++ b/chrome/browser/apps/shortcut_manager.h
|
| @@ -47,7 +47,8 @@ class AppShortcutManager : public KeyedService,
|
| const std::string& old_name) OVERRIDE;
|
| virtual void OnExtensionUninstalled(
|
| content::BrowserContext* browser_context,
|
| - const extensions::Extension* extension) OVERRIDE;
|
| + const extensions::Extension* extension,
|
| + extensions::UninstallReason reason) OVERRIDE;
|
|
|
| // ProfileInfoCacheObserver.
|
| virtual void OnProfileWillBeRemoved(
|
|
|