Index: chrome/browser/webdata/autofill_profile_syncable_service.h |
diff --git a/chrome/browser/webdata/autofill_profile_syncable_service.h b/chrome/browser/webdata/autofill_profile_syncable_service.h |
index 6926572827944b3e8bbed81934889b0b7866414b..59c1e4a731e7173f3591615e850c8a90c47dea00 100644 |
--- a/chrome/browser/webdata/autofill_profile_syncable_service.h |
+++ b/chrome/browser/webdata/autofill_profile_syncable_service.h |
@@ -51,7 +51,7 @@ class AutofillProfileSyncableService |
virtual SyncError MergeDataAndStartSyncing( |
syncable::ModelType type, |
const SyncDataList& initial_sync_data, |
- SyncChangeProcessor* sync_processor) OVERRIDE; |
+ scoped_ptr<SyncChangeProcessor> sync_processor) OVERRIDE; |
virtual void StopSyncing(syncable::ModelType type) OVERRIDE; |
virtual SyncDataList GetAllSyncData(syncable::ModelType type) const OVERRIDE; |
virtual SyncError ProcessSyncChanges( |