| Index: chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc
|
| diff --git a/chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc b/chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc
|
| index cb9aebd720625172e7977672e0034bda24d1a769..5564f373af32a6429a4893c7bbaf8a032878c239 100644
|
| --- a/chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc
|
| +++ b/chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc
|
| @@ -147,7 +147,7 @@ void SyncPromoHandler::DisplayConfigureSync(bool show_advanced,
|
| // everything by default. This makes the first run experience simpler. Note,
|
| // there's an advanced link in the sync promo that takes users to Settings
|
| // where the configure pane is not skipped.
|
| - service->OnUserChoseDatatypes(true, syncable::ModelTypeSet());
|
| + service->OnUserChoseDatatypes(true, syncer::ModelTypeSet());
|
| ConfigureSyncDone();
|
| }
|
| }
|
|
|