| 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 b6039b90428a3cc13959ca3fa2118179e33bf20f..73f20e085c42f9841916a55a53079301438a3066 100644
|
| --- a/chrome/browser/sync/glue/shared_change_processor_ref.h
|
| +++ b/chrome/browser/sync/glue/shared_change_processor_ref.h
|
| @@ -29,6 +29,9 @@ class SharedChangeProcessorRef : public syncer::SyncChangeProcessor,
|
| const syncer::SyncChangeList& change_list) OVERRIDE;
|
| virtual syncer::SyncDataList GetAllSyncData(
|
| syncer::ModelType type) const OVERRIDE;
|
| + virtual syncer::SyncError UpdateDataTypeContext(
|
| + syncer::ModelType type,
|
| + const std::string& context) OVERRIDE;
|
|
|
| // syncer::SyncErrorFactory implementation.
|
| virtual syncer::SyncError CreateAndUploadError(
|
|
|