| Index: chrome/browser/extensions/chrome_app_sorting.h
|
| diff --git a/chrome/browser/extensions/chrome_app_sorting.h b/chrome/browser/extensions/chrome_app_sorting.h
|
| index 5d16ed3cf253e560b20d5d44af549d8b9c534d3e..fcb5b47e4d1b1d4af2fafba9a018098f455e3adf 100644
|
| --- a/chrome/browser/extensions/chrome_app_sorting.h
|
| +++ b/chrome/browser/extensions/chrome_app_sorting.h
|
| @@ -24,10 +24,11 @@ class ExtensionScopedPrefs;
|
|
|
| class ChromeAppSorting : public AppSorting {
|
| public:
|
| - explicit ChromeAppSorting(ExtensionScopedPrefs* extension_scoped_prefs);
|
| + ChromeAppSorting();
|
| virtual ~ChromeAppSorting();
|
|
|
| // AppSorting implementation:
|
| + virtual void SetExtensionScopedPrefs(ExtensionScopedPrefs* prefs) OVERRIDE;
|
| virtual void SetExtensionSyncService(
|
| ExtensionSyncService* extension_sync_service) OVERRIDE;
|
| virtual void Initialize(
|
|
|