| 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..b6f3cfb3fbd6849a6faba586888f2eb783d90fc6 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"},
|
| + {"base_server_specifics", "blob"}
|
| };
|
|
|
| // At least enforce that there are equal number of column names and fields.
|
|
|