| Index: chrome/browser/sync/test/integration/passwords_helper.h
|
| diff --git a/chrome/browser/sync/test/integration/passwords_helper.h b/chrome/browser/sync/test/integration/passwords_helper.h
|
| index 904af7b7b80eb81401a36ff1bcbe3d25a5498c2b..6b1c5a9fc8f402f9c200d2400461d07225ec1679 100644
|
| --- a/chrome/browser/sync/test/integration/passwords_helper.h
|
| +++ b/chrome/browser/sync/test/integration/passwords_helper.h
|
| @@ -45,9 +45,10 @@ void RemoveLogins(password_manager::PasswordStore* store);
|
|
|
| // Sets the cryptographer's encryption passphrase for the profile at index
|
| // |index| to |passphrase|, and passphrase type |type|.
|
| -void SetEncryptionPassphrase(int index,
|
| - const std::string& passphrase,
|
| - ProfileSyncService::PassphraseType type);
|
| +void SetEncryptionPassphrase(
|
| + int index,
|
| + const std::string& passphrase,
|
| + browser_sync::ProfileSyncService::PassphraseType type);
|
|
|
| // Sets the cryptographer's decryption passphrase for the profile at index
|
| // |index| to |passphrase|. Returns false if the operation failed, and true
|
|
|