summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/build_commit_command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/engine/build_commit_command.cc')
-rw-r--r--chrome/browser/sync/engine/build_commit_command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/build_commit_command.cc b/chrome/browser/sync/engine/build_commit_command.cc
index 4655827..06adac6 100644
--- a/chrome/browser/sync/engine/build_commit_command.cc
+++ b/chrome/browser/sync/engine/build_commit_command.cc
@@ -179,7 +179,7 @@ SyncerError BuildCommitCommand::ExecuteImpl(SyncSession* session) {
if (meta_entry.Get(IS_DEL)) {
sync_entry->set_deleted(true);
} else {
- if (meta_entry.Get(SPECIFICS).HasExtension(sync_pb::bookmark)) {
+ if (meta_entry.Get(SPECIFICS).has_bookmark()) {
// Common data in both new and old protocol.
const Id& prev_id = meta_entry.Get(syncable::PREV_ID);
string prev_id_string =