Chromium Code Reviews| 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, |
|
Nicolas Zea
2013/01/02 23:12:15
move this up into the "UI thread datatypes" sectio
please use gerrit instead
2013/01/04 23:30:50
Moved.
|
| }; |
| COMPILE_ASSERT(arraysize(kStartOrder) == |