Commit 2dee6d50 authored by johnnyg@chromium.org's avatar johnnyg@chromium.org

Fix passphrase unit test.

BUG=62103
TEST=none
TBR=tim

Review URL: http://codereview.chromium.org/6341001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71396 0039d316-1c4b-4281-b951-d872f2087c98
parent d94187ae
...@@ -60,7 +60,8 @@ class ProfileSyncServiceForWizardTest : public ProfileSyncService { ...@@ -60,7 +60,8 @@ class ProfileSyncServiceForWizardTest : public ProfileSyncService {
} }
virtual void SetPassphrase(const std::string& passphrase, virtual void SetPassphrase(const std::string& passphrase,
bool is_explicit) { bool is_explicit,
bool is_creation) {
passphrase_ = passphrase; passphrase_ = passphrase;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment