Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(970)

Unified Diff: chrome/browser/password_manager/password_store_proxy_mac_unittest.cc

Issue 2320653002: Autofill and password_manager: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Just rebased Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/password_manager/password_store_proxy_mac_unittest.cc
diff --git a/chrome/browser/password_manager/password_store_proxy_mac_unittest.cc b/chrome/browser/password_manager/password_store_proxy_mac_unittest.cc
index a601bcafc7f99652395bc65ccc5b11276631f152..94cc18a459121c35fc0806da876ade12b2f7ce03 100644
--- a/chrome/browser/password_manager/password_store_proxy_mac_unittest.cc
+++ b/chrome/browser/password_manager/password_store_proxy_mac_unittest.cc
@@ -188,7 +188,7 @@ void PasswordStoreProxyMacTest::FinishAsyncProcessing() {
}
base::FilePath PasswordStoreProxyMacTest::test_login_db_file_path() const {
- return db_dir_.path().Append(FILE_PATH_LITERAL("login.db"));
+ return db_dir_.GetPath().Append(FILE_PATH_LITERAL("login.db"));
}
void PasswordStoreProxyMacTest::AddForm(const PasswordForm& form) {

Powered by Google App Engine
This is Rietveld 408576698