| 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 6706c4c0ac859ce66985743e5e4d6f330ecd76c4..426e6e3128768d37abecebd76bfe417e3e97787d 100644
|
| --- a/components/sync_driver/model_association_manager.cc
|
| +++ b/components/sync_driver/model_association_manager.cc
|
| @@ -57,6 +57,7 @@ static const syncer::ModelType kStartOrder[] = {
|
| syncer::SUPERVISED_USER_SETTINGS,
|
| syncer::SUPERVISED_USER_SHARED_SETTINGS,
|
| syncer::ARTICLES,
|
| + syncer::WIFI_CREDENTIALS,
|
| };
|
|
|
| COMPILE_ASSERT(arraysize(kStartOrder) ==
|
|
|