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

Unified Diff: sql/test/sql_test_base.cc

Issue 2317123003: misc files R-U: 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 | « sandbox/win/src/process_mitigations_test.cc ('k') | third_party/leveldatabase/env_chromium_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/test/sql_test_base.cc
diff --git a/sql/test/sql_test_base.cc b/sql/test/sql_test_base.cc
index bdd427fe7c105a0840bf43fb50c4d95573c4e58f..52930bb3490fe1e4eecea5ce446afa6ff4fd2375 100644
--- a/sql/test/sql_test_base.cc
+++ b/sql/test/sql_test_base.cc
@@ -16,7 +16,7 @@ SQLTestBase::~SQLTestBase() {
}
base::FilePath SQLTestBase::db_path() {
- return temp_dir_.path().AppendASCII("SQLTest.db");
+ return temp_dir_.GetPath().AppendASCII("SQLTest.db");
}
sql::Connection& SQLTestBase::db() {
« no previous file with comments | « sandbox/win/src/process_mitigations_test.cc ('k') | third_party/leveldatabase/env_chromium_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698