Index: chrome/browser/prefs/pref_model_associator.h |
=================================================================== |
--- chrome/browser/prefs/pref_model_associator.h (revision 94142) |
+++ chrome/browser/prefs/pref_model_associator.h (working copy) |
@@ -37,10 +37,9 @@ |
// SyncableService implementation. |
virtual SyncDataList GetAllSyncData(syncable::ModelType type) const OVERRIDE; |
- virtual SyncError ProcessSyncChanges( |
- const tracked_objects::Location& from_here, |
- const SyncChangeList& change_list) OVERRIDE; |
- virtual SyncError MergeDataAndStartSyncing( |
+ virtual void ProcessSyncChanges(const tracked_objects::Location& from_here, |
+ const SyncChangeList& change_list) OVERRIDE; |
+ virtual bool MergeDataAndStartSyncing( |
syncable::ModelType type, |
const SyncDataList& initial_sync_data, |
SyncChangeProcessor* sync_processor) OVERRIDE; |