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

Unified Diff: components/password_manager/core/browser/statistics_table_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
« no previous file with comments | « components/password_manager/core/browser/password_store_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/statistics_table_unittest.cc
diff --git a/components/password_manager/core/browser/statistics_table_unittest.cc b/components/password_manager/core/browser/statistics_table_unittest.cc
index 70bdda356cb5c2b307bd8d0a1a73215ade8c3417..adf1f0c7fef019081fb1f5fd5c8d28170772f202 100644
--- a/components/password_manager/core/browser/statistics_table_unittest.cc
+++ b/components/password_manager/core/browser/statistics_table_unittest.cc
@@ -40,7 +40,7 @@ class StatisticsTableTest : public testing::Test {
}
void ReloadDatabase() {
- base::FilePath file = temp_dir_.path().AppendASCII("TestDatabase");
+ base::FilePath file = temp_dir_.GetPath().AppendASCII("TestDatabase");
db_.reset(new StatisticsTable);
connection_.reset(new sql::Connection);
connection_->set_exclusive_locking();
« no previous file with comments | « components/password_manager/core/browser/password_store_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698