| 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 3367103fa46edb1bf2c6f9eea5ad923e2df36b46..8e39222b0f996de95bda32c29296c80e13ba96c2 100644
|
| --- a/chrome/browser/password_manager/password_store_win_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_win_unittest.cc
|
| @@ -129,7 +129,7 @@ class PasswordStoreWinTest : public testing::Test {
|
|
|
| profile_.reset(new TestingProfile());
|
|
|
| - base::FilePath path = temp_dir_.path().AppendASCII("web_data_test");
|
| + base::FilePath path = temp_dir_.GetPath().AppendASCII("web_data_test");
|
| wdbs_ = new WebDatabaseService(
|
| path, BrowserThread::GetTaskRunnerForThread(BrowserThread::UI),
|
| BrowserThread::GetTaskRunnerForThread(BrowserThread::DB));
|
| @@ -166,7 +166,7 @@ class PasswordStoreWinTest : public testing::Test {
|
| }
|
|
|
| base::FilePath test_login_db_file_path() const {
|
| - return temp_dir_.path().Append(FILE_PATH_LITERAL("login_test"));
|
| + return temp_dir_.GetPath().Append(FILE_PATH_LITERAL("login_test"));
|
| }
|
|
|
| PasswordStoreWin* CreatePasswordStore() {
|
|
|