| 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 fe389164acba83844ed9724244deda22b76cc5ec..5199e1602ba6377ef04e5a0949a90f83f0477a12 100644
|
| --- a/chrome/browser/sync/glue/model_association_manager.cc
|
| +++ b/chrome/browser/sync/glue/model_association_manager.cc
|
| @@ -51,6 +51,7 @@ static const syncer::ModelType kStartOrder[] = {
|
| syncer::APP_SETTINGS,
|
| syncer::TYPED_URLS,
|
| syncer::PASSWORDS,
|
| + syncer::HISTORY_DELETE_DIRECTIVES,
|
| };
|
|
|
| COMPILE_ASSERT(arraysize(kStartOrder) ==
|
|
|