| Index: chrome/browser/sync/syncable/syncable_columns.h
|
| diff --git a/chrome/browser/sync/syncable/syncable_columns.h b/chrome/browser/sync/syncable/syncable_columns.h
|
| index ca9c094f0d1a2c5ea94f82bb17f8f2be477c7c43..569ab6227b5486d91d0df7d924feeb59007b9e61 100644
|
| --- a/chrome/browser/sync/syncable/syncable_columns.h
|
| +++ b/chrome/browser/sync/syncable/syncable_columns.h
|
| @@ -57,6 +57,7 @@ static const ColumnSpec g_metas_columns[] = {
|
| // Blobs.
|
| {"specifics", "blob"},
|
| {"server_specifics", "blob"},
|
| + {"prev_server_specifics", "blob"}
|
| };
|
|
|
| // At least enforce that there are equal number of column names and fields.
|
|
|