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..822242461c396678f892051d5ac59eabd704cf4f 100644 |
--- a/chrome/browser/ui/app_list/app_list_syncable_service.h |
+++ b/chrome/browser/ui/app_list/app_list_syncable_service.h |
@@ -100,6 +100,7 @@ class AppListSyncableService : public syncer::SyncableService, |
private: |
class ModelObserver; |
+ class PrefUpdater; |
typedef std::map<std::string, SyncItem*> SyncItemMap; |
// KeyedService |
@@ -196,6 +197,7 @@ class AppListSyncableService : public syncer::SyncableService, |
content::NotificationRegistrar registrar_; |
scoped_ptr<AppListModel> model_; |
scoped_ptr<ModelObserver> model_observer_; |
+ scoped_ptr<PrefUpdater> pref_updater_; |
scoped_ptr<ExtensionAppModelBuilder> apps_builder_; |
scoped_ptr<syncer::SyncChangeProcessor> sync_processor_; |
scoped_ptr<syncer::SyncErrorFactory> sync_error_handler_; |