| 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 5d30a843b3b5cc6934a960522789981307c0ff20..9a6304a3655a57e3f0fd18d4d74fdcd40a5606f5 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -2229,8 +2229,7 @@ std::string ProfileSyncService::GetAccountIdToUse() {
|
| #endif
|
| }
|
|
|
| - // TODO(fgorski): Use GetPrimaryAccountId() when it's available.
|
| - return signin_->GetAuthenticatedUsername();
|
| + return signin_->GetAuthenticatedAccountId();
|
| }
|
|
|
| WeakHandle<syncer::JsEventHandler> ProfileSyncService::GetJsEventHandler() {
|
|
|