| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index 47aa0f9d97c69e1941f921fb64cfa729ddd9c1a3..c60ec4614c27492b8a95d7f75b3c5b7af1a47224 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -1104,8 +1104,8 @@ void ProfileSyncService::OnExperimentsChanged(
|
| }
|
| UpdateBookmarksExperimentState(
|
| profile_->GetPrefs(), g_browser_process->local_state(), true,
|
| - experiments.enhanced_bookmarks_enabled ? kBookmarksExperimentEnabled :
|
| - kNoBookmarksExperiment);
|
| + experiments.enhanced_bookmarks_enabled ? BOOKMARKS_EXPERIMENT_ENABLED :
|
| + BOOKMARKS_EXPERIMENT_NONE);
|
|
|
| // If this is a first time sync for a client, this will be called before
|
| // OnBackendInitialized() to ensure the new datatypes are available at sync
|
|
|