| Index: chrome/browser/password_manager/password_store_win_unittest.cc
|
| diff --git a/chrome/browser/password_manager/password_store_win_unittest.cc b/chrome/browser/password_manager/password_store_win_unittest.cc
|
| index ce0b50ab1f855aff4bed7ea099db47c64f5dea9b..5738fea20e9f33e9e21a58660dfdca0569cb4b8b 100644
|
| --- a/chrome/browser/password_manager/password_store_win_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_win_unittest.cc
|
| @@ -114,9 +114,10 @@ class PasswordStoreWinTest : public testing::Test {
|
| login_db_.reset(new LoginDatabase());
|
| ASSERT_TRUE(login_db_->Init(temp_dir_.path().Append(
|
| FILE_PATH_LITERAL("login_test"))));
|
| - wds_ = new WebDataService(WebDataServiceBase::ProfileErrorCallback());
|
| base::FilePath path = temp_dir_.path().AppendASCII("web_data_test");
|
| - wds_->Init(path);
|
| + wds_ = new WebDataService(path,
|
| + WebDataServiceBase::ProfileErrorCallback());
|
| + wds_->Init();
|
| }
|
|
|
| virtual void TearDown() {
|
|
|