| Index: chrome/test/live_sync/passwords_helper.cc
|
| diff --git a/chrome/test/live_sync/passwords_helper.cc b/chrome/test/live_sync/passwords_helper.cc
|
| index 7042d7e8e75cb71062a8ba8432bdc006a373469d..d12d80d1a06f78545ca7b1e7ff6c3f0d91fd5db8 100644
|
| --- a/chrome/test/live_sync/passwords_helper.cc
|
| +++ b/chrome/test/live_sync/passwords_helper.cc
|
| @@ -104,9 +104,9 @@ void RemoveLogins(PasswordStore* store) {
|
| }
|
| }
|
|
|
| -void SetPassphrase(int index, const std::string& passphrase, bool is_creation) {
|
| +void SetPassphrase(int index, const std::string& passphrase) {
|
| test()->GetProfile(index)->GetProfileSyncService("")->SetPassphrase(
|
| - passphrase, true, is_creation);
|
| + passphrase, true);
|
| }
|
|
|
| PasswordStore* GetPasswordStore(int index) {
|
|
|