| Index: components/sync/driver/model_association_manager.cc
|
| diff --git a/components/sync/driver/model_association_manager.cc b/components/sync/driver/model_association_manager.cc
|
| index 41d5331534762127986520f62d39ca7b6827208f..3047ab743069daae8b7b3bcee796ba4e716e83d1 100644
|
| --- a/components/sync/driver/model_association_manager.cc
|
| +++ b/components/sync/driver/model_association_manager.cc
|
| @@ -48,8 +48,7 @@ static const ModelType kStartOrder[] = {
|
|
|
| static_assert(arraysize(kStartOrder) ==
|
| MODEL_TYPE_COUNT - FIRST_REAL_MODEL_TYPE,
|
| - "kStartOrder must have MODEL_TYPE_COUNT - "
|
| - "FIRST_REAL_MODEL_TYPE elements");
|
| + "When adding a new type, update kStartOrder.");
|
|
|
| // The amount of time we wait for association to finish. If some types haven't
|
| // finished association by the time, DataTypeManager is notified of the
|
|
|