summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/process_updates_command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/engine/process_updates_command.cc')
-rwxr-xr-xchrome/browser/sync/engine/process_updates_command.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/process_updates_command.cc b/chrome/browser/sync/engine/process_updates_command.cc
index 0f89442..8a337f5 100755
--- a/chrome/browser/sync/engine/process_updates_command.cc
+++ b/chrome/browser/sync/engine/process_updates_command.cc
@@ -121,7 +121,8 @@ bool ReverifyEntry(syncable::WriteTransaction* trans, const SyncEntity& entry,
const bool deleted = entry.has_deleted() && entry.deleted();
const bool is_directory = entry.IsFolder();
- const bool is_bookmark = entry.has_bookmarkdata();
+ const bool is_bookmark =
+ SyncerUtil::GetSyncDataType(entry) == SYNC_TYPE_BOOKMARK;
return VERIFY_SUCCESS == SyncerUtil::VerifyUpdateConsistency(trans,
entry,