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..c3108f7cbc84de1c0881d840d99fa0453e644584 100644 |
--- a/chrome/browser/sync/glue/model_association_manager.cc |
+++ b/chrome/browser/sync/glue/model_association_manager.cc |
@@ -37,6 +37,7 @@ namespace { |
static const syncer::ModelType kStartOrder[] = { |
syncer::NIGORI, // Listed for completeness. |
+ syncer::DEVICE_INFO, // Listed for completeness. |
syncer::BOOKMARKS, // UI thread datatypes. |
syncer::PREFERENCES, |
syncer::EXTENSIONS, |