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

Unified Diff: chrome/browser/password_manager/simple_password_store_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/simple_password_store_mac_unittest.cc
diff --git a/chrome/browser/password_manager/simple_password_store_mac_unittest.cc b/chrome/browser/password_manager/simple_password_store_mac_unittest.cc
index 5adfcb93a18e387fba8330a8b743d2ea823aa619..5cef1b1c52f6b3c9a0315da4e6d07649c91efc80 100644
--- a/chrome/browser/password_manager/simple_password_store_mac_unittest.cc
+++ b/chrome/browser/password_manager/simple_password_store_mac_unittest.cc
@@ -68,7 +68,7 @@ class SimplePasswordStoreMacTest : public testing::Test {
}
base::FilePath 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"));
}
scoped_refptr<SimplePasswordStoreMac> store() { return store_; }

Powered by Google App Engine
This is Rietveld 408576698