| Index: chrome/browser/sync/glue/bookmark_model_associator.h
|
| diff --git a/chrome/browser/sync/glue/bookmark_model_associator.h b/chrome/browser/sync/glue/bookmark_model_associator.h
|
| index 8a0ff5fbce4c42c08b0ec85c7fae62b7494fe4b3..cf348b7bb6c86fd3c1034595534ef4e94e9d7d51 100644
|
| --- a/chrome/browser/sync/glue/bookmark_model_associator.h
|
| +++ b/chrome/browser/sync/glue/bookmark_model_associator.h
|
| @@ -141,8 +141,11 @@ class BookmarkModelAssociator
|
|
|
| // Check whether bookmark model and sync model are synced by comparing
|
| // their transaction versions.
|
| - void CheckModelSyncState(syncer::SyncMergeResult* local_merge_result,
|
| - syncer::SyncMergeResult* syncer_merge_result) const;
|
| + // Returns a PERSISTENCE_ERROR if a transaction mismatch was detected where
|
| + // the native model has a newer transaction verison.
|
| + syncer::SyncError CheckModelSyncState(
|
| + syncer::SyncMergeResult* local_merge_result,
|
| + syncer::SyncMergeResult* syncer_merge_result) const;
|
|
|
| BookmarkModel* bookmark_model_;
|
| Profile* profile_;
|
|
|