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 b37bb25c8bcdae025b7c033cdfa392353374ece9..3bf123f6eba4344f185c271ce85606ec052f9bea 100644 |
--- a/chrome/browser/sync/glue/bookmark_model_associator.h |
+++ b/chrome/browser/sync/glue/bookmark_model_associator.h |
@@ -141,7 +141,9 @@ class BookmarkModelAssociator |
// Check whether bookmark model and sync model are synced by comparing |
// their transaction versions. |
- void CheckModelSyncState() const; |
+ // Returns a PERSISTENCE_ERROR if a transaction mismatch was detected where |
+ // the native model has a newer transaction verison. |
+ syncer::SyncError CheckModelSyncState() const; |
BookmarkModel* bookmark_model_; |
Profile* profile_; |