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

Unified Diff: components/password_manager/core/browser/affiliation_database_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/affiliation_database_unittest.cc
diff --git a/components/password_manager/core/browser/affiliation_database_unittest.cc b/components/password_manager/core/browser/affiliation_database_unittest.cc
index 916494883c17ca0c1db0ee9fab3aaa467938f8b4..939a5bdb108c27486149996a4957f3aa1ac23c66 100644
--- a/components/password_manager/core/browser/affiliation_database_unittest.cc
+++ b/components/password_manager/core/browser/affiliation_database_unittest.cc
@@ -93,7 +93,7 @@ class AffiliationDatabaseTest : public testing::Test {
AffiliationDatabase& db() { return *db_; }
base::FilePath db_path() {
- return temp_directory_.path().Append(
+ return temp_directory_.GetPath().Append(
FILE_PATH_LITERAL("Test Affiliation Database"));
}

Powered by Google App Engine
This is Rietveld 408576698