| Index: chrome/browser/sync/test/integration/passwords_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/passwords_helper.cc b/chrome/browser/sync/test/integration/passwords_helper.cc
|
| index e80497ec6e0ec745a54e7dd3d9a93abbaedb9ade..4f0ee6b4a606eb53b72394a2c8554268e4560036 100644
|
| --- a/chrome/browser/sync/test/integration/passwords_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/passwords_helper.cc
|
| @@ -123,9 +123,10 @@ void RemoveLogins(PasswordStore* store) {
|
| }
|
| }
|
|
|
| -void SetEncryptionPassphrase(int index,
|
| - const std::string& passphrase,
|
| - ProfileSyncService::PassphraseType type) {
|
| +void SetEncryptionPassphrase(
|
| + int index,
|
| + const std::string& passphrase,
|
| + browser_sync::ProfileSyncService::PassphraseType type) {
|
| ProfileSyncServiceFactory::GetForProfile(
|
| test()->GetProfile(index))->SetEncryptionPassphrase(passphrase, type);
|
| }
|
|
|