| Index: components/sync/driver/sync_service_base.cc
|
| diff --git a/components/sync/driver/sync_service_base.cc b/components/sync/driver/sync_service_base.cc
|
| index 37eacd8ff1afd3da340396f4c66587574b722a3c..b534abae4235bb355f66757b11df95c879d84f44 100644
|
| --- a/components/sync/driver/sync_service_base.cc
|
| +++ b/components/sync/driver/sync_service_base.cc
|
| @@ -136,6 +136,7 @@ bool SyncServiceBase::GetLocalSyncConfig(
|
| // solution for now will be to assume profiles are created in the same order
|
| // on all machines and in the future decide if only the Default one should be
|
| // considered roamed.
|
| + // See http://crbug.com/674928.
|
| *local_sync_backend_folder =
|
| local_sync_backend_folder->Append(base_directory_.BaseName());
|
| *local_sync_backend_folder =
|
|
|