| 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..15d83655b0435047b294190df663f7663f153ae2 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::SYNCED_NOTIFICATIONS,
|
| };
|
|
|
| COMPILE_ASSERT(arraysize(kStartOrder) ==
|
|
|