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

Unified Diff: components/password_manager/core/browser/password_store_default_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: components/password_manager/core/browser/password_store_default_unittest.cc
diff --git a/components/password_manager/core/browser/password_store_default_unittest.cc b/components/password_manager/core/browser/password_store_default_unittest.cc
index 6113c00beb555f9ef7465cc96ed5f1e6fc30c75f..10156f0009b826d8009a15a3ec9c29e0af361ed3 100644
--- a/components/password_manager/core/browser/password_store_default_unittest.cc
+++ b/components/password_manager/core/browser/password_store_default_unittest.cc
@@ -147,7 +147,7 @@ PasswordStoreDefaultTestDelegate::CreateInitializedStore(
base::FilePath PasswordStoreDefaultTestDelegate::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"));
}
} // anonymous namespace

Powered by Google App Engine
This is Rietveld 408576698