Index: chrome/browser/sync/test/live_sync/passwords_helper.cc |
diff --git a/chrome/browser/sync/test/live_sync/passwords_helper.cc b/chrome/browser/sync/test/live_sync/passwords_helper.cc |
index b888e25c36830dc3cfef8897f27aa5494fec84fe..9484c39a888d872fb2a0cc3c5800363a5f573b0a 100644 |
--- a/chrome/browser/sync/test/live_sync/passwords_helper.cc |
+++ b/chrome/browser/sync/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) { |