| Index: chrome/browser/sync/syncable/directory_backing_store.cc
|
| diff --git a/chrome/browser/sync/syncable/directory_backing_store.cc b/chrome/browser/sync/syncable/directory_backing_store.cc
|
| index 65c3278ce4a41626dff9ec057146c388e420008f..9b79a7216f7685227ba6588da0dd0db67c2ccd13 100644
|
| --- a/chrome/browser/sync/syncable/directory_backing_store.cc
|
| +++ b/chrome/browser/sync/syncable/directory_backing_store.cc
|
| @@ -680,7 +680,7 @@ void EncodeBookmarkURLAndFavicon(sql::Statement* old_value_query,
|
|
|
| if (old_is_bookmark_object) {
|
| sync_pb::BookmarkSpecifics* bookmark_data =
|
| - mutable_new_value->MutableExtension(sync_pb::bookmark);
|
| + mutable_new_value->mutable_bookmark();
|
| if (!old_is_dir) {
|
| bookmark_data->set_url(old_url);
|
| bookmark_data->set_favicon(old_favicon);
|
|
|