| Index: chrome/browser/ui/app_list/app_list_syncable_service.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.h b/chrome/browser/ui/app_list/app_list_syncable_service.h
|
| index 0ffe536f2dfb108108d7f8abee75812d4373a30a..75316c73553b0476230830cbd50300644ccd5645 100644
|
| --- a/chrome/browser/ui/app_list/app_list_syncable_service.h
|
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service.h
|
| @@ -36,6 +36,7 @@ namespace app_list {
|
| class AppListFolderItem;
|
| class AppListItem;
|
| class AppListModel;
|
| +class ModelPrefUpdater;
|
|
|
| // Keyed Service that owns, stores, and syncs an AppListModel for a profile.
|
| class AppListSyncableService : public syncer::SyncableService,
|
| @@ -196,6 +197,7 @@ class AppListSyncableService : public syncer::SyncableService,
|
| content::NotificationRegistrar registrar_;
|
| scoped_ptr<AppListModel> model_;
|
| scoped_ptr<ModelObserver> model_observer_;
|
| + scoped_ptr<ModelPrefUpdater> model_pref_updater_;
|
| scoped_ptr<ExtensionAppModelBuilder> apps_builder_;
|
| scoped_ptr<syncer::SyncChangeProcessor> sync_processor_;
|
| scoped_ptr<syncer::SyncErrorFactory> sync_error_handler_;
|
|
|