| Index: components/browser_sync/profile_sync_service.cc
|
| diff --git a/components/browser_sync/profile_sync_service.cc b/components/browser_sync/profile_sync_service.cc
|
| index 2909868bc33e3addeee8a618ad28c941de3a26e5..8eac688c5eb7b8e6acae1fc8795e44bd54c99e72 100644
|
| --- a/components/browser_sync/profile_sync_service.cc
|
| +++ b/components/browser_sync/profile_sync_service.cc
|
| @@ -176,7 +176,6 @@ ProfileSyncService::ProfileSyncService(InitParams init_params)
|
| engine_initialized_(false),
|
| sync_disabled_by_admin_(false),
|
| is_auth_in_progress_(false),
|
| - local_sync_backend_folder_(init_params.local_sync_backend_folder),
|
| unrecoverable_error_reason_(ERROR_REASON_UNSET),
|
| expect_sync_configuration_aborted_(false),
|
| configure_status_(DataTypeManager::UNKNOWN),
|
|
|