| Index: chrome/browser/sync/glue/model_association_manager.cc
|
| diff --git a/chrome/browser/sync/glue/model_association_manager.cc b/chrome/browser/sync/glue/model_association_manager.cc
|
| index 6e63f61ac6933e32f5aca690bd8d5ed9fd6def33..f6e25165019b119833bb4bfe1c834afcc6ac7185 100644
|
| --- a/chrome/browser/sync/glue/model_association_manager.cc
|
| +++ b/chrome/browser/sync/glue/model_association_manager.cc
|
| @@ -43,6 +43,7 @@ static const syncer::ModelType kStartOrder[] = {
|
| syncer::TYPED_URLS,
|
| syncer::PASSWORDS,
|
| syncer::HISTORY_DELETE_DIRECTIVES,
|
| + syncer::DICTIONARY,
|
| };
|
|
|
| COMPILE_ASSERT(arraysize(kStartOrder) ==
|
|
|