Index: components/sync_driver/model_association_manager.cc |
diff --git a/components/sync_driver/model_association_manager.cc b/components/sync_driver/model_association_manager.cc |
index 2fa90ab739ae4dc415397f842f0666d00cc297da..2ba79a2c4ddef9d7cf4aa9f2d25ba354bc3a059a 100644 |
--- a/components/sync_driver/model_association_manager.cc |
+++ b/components/sync_driver/model_association_manager.cc |
@@ -58,6 +58,7 @@ static const syncer::ModelType kStartOrder[] = { |
syncer::SUPERVISED_USER_SETTINGS, |
syncer::SUPERVISED_USER_SHARED_SETTINGS, |
syncer::ARTICLES, |
+ syncer::WIFI_CREDENTIALS, |
}; |
COMPILE_ASSERT(arraysize(kStartOrder) == |