| Index: chrome/browser/sync/glue/generic_change_processor.h
|
| diff --git a/chrome/browser/sync/glue/generic_change_processor.h b/chrome/browser/sync/glue/generic_change_processor.h
|
| index 223cd6bf938bec3a9eba3bb5da3903dfb3c97c08..0f84f549cfe2905a8ca107a18f99ffcfbbddd5bf 100644
|
| --- a/chrome/browser/sync/glue/generic_change_processor.h
|
| +++ b/chrome/browser/sync/glue/generic_change_processor.h
|
| @@ -61,14 +61,15 @@ class GenericChangeProcessor : public ChangeProcessor,
|
| const syncer::SyncChangeList& change_list) OVERRIDE;
|
|
|
| // Fills |current_sync_data| with all the syncer data for the specified type.
|
| - virtual syncer::SyncError GetSyncDataForType(syncable::ModelType type,
|
| - syncer::SyncDataList* current_sync_data);
|
| + virtual syncer::SyncError GetSyncDataForType(
|
| + syncer::ModelType type,
|
| + syncer::SyncDataList* current_sync_data);
|
|
|
| // Generic versions of AssociatorInterface methods. Called by
|
| // syncer::SyncableServiceAdapter or the DataTypeController.
|
| - virtual bool SyncModelHasUserCreatedNodes(syncable::ModelType type,
|
| + virtual bool SyncModelHasUserCreatedNodes(syncer::ModelType type,
|
| bool* has_nodes);
|
| - virtual bool CryptoReadyIfNecessary(syncable::ModelType type);
|
| + virtual bool CryptoReadyIfNecessary(syncer::ModelType type);
|
|
|
| protected:
|
| // ChangeProcessor interface.
|
|
|