| Index: chrome/browser/sync/glue/shared_change_processor_ref.h
|
| diff --git a/chrome/browser/sync/glue/shared_change_processor_ref.h b/chrome/browser/sync/glue/shared_change_processor_ref.h
|
| index d8abd3cf7a5260341d256fc867b96b4dfbb8de4c..b6039b90428a3cc13959ca3fa2118179e33bf20f 100644
|
| --- a/chrome/browser/sync/glue/shared_change_processor_ref.h
|
| +++ b/chrome/browser/sync/glue/shared_change_processor_ref.h
|
| @@ -27,6 +27,8 @@ class SharedChangeProcessorRef : public syncer::SyncChangeProcessor,
|
| virtual syncer::SyncError ProcessSyncChanges(
|
| const tracked_objects::Location& from_here,
|
| const syncer::SyncChangeList& change_list) OVERRIDE;
|
| + virtual syncer::SyncDataList GetAllSyncData(
|
| + syncer::ModelType type) const OVERRIDE;
|
|
|
| // syncer::SyncErrorFactory implementation.
|
| virtual syncer::SyncError CreateAndUploadError(
|
|
|