| Index: chrome/browser/webdata/autofill_profile_syncable_service.h
|
| ===================================================================
|
| --- chrome/browser/webdata/autofill_profile_syncable_service.h (revision 105407)
|
| +++ chrome/browser/webdata/autofill_profile_syncable_service.h (working copy)
|
| @@ -130,7 +130,7 @@
|
| // For unit-tests.
|
| AutofillProfileSyncableService();
|
| void set_sync_processor(SyncChangeProcessor* sync_processor) {
|
| - sync_processor_.reset(sync_processor);
|
| + sync_processor_ = sync_processor;
|
| }
|
|
|
| WebDataService* web_data_service_; // WEAK
|
| @@ -141,7 +141,7 @@
|
| ScopedVector<AutofillProfile> profiles_;
|
| GUIDToProfileMap profiles_map_;
|
|
|
| - scoped_ptr<SyncChangeProcessor> sync_processor_;
|
| + SyncChangeProcessor* sync_processor_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AutofillProfileSyncableService);
|
| };
|
|
|