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