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

Unified Diff: crypto/scoped_test_nss_chromeos_user.cc

Issue 2322573002: misc files A-P: 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 | « chromecast/crash/linux/synchronized_minidump_manager_unittest.cc ('k') | crypto/scoped_test_nss_db.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/scoped_test_nss_chromeos_user.cc
diff --git a/crypto/scoped_test_nss_chromeos_user.cc b/crypto/scoped_test_nss_chromeos_user.cc
index aec25d8dff0c397ee7ebb50a876665d8f6037775..49b92d485943896b399f87dd0afce1bba67fd02d 100644
--- a/crypto/scoped_test_nss_chromeos_user.cc
+++ b/crypto/scoped_test_nss_chromeos_user.cc
@@ -18,7 +18,7 @@ ScopedTestNSSChromeOSUser::ScopedTestNSSChromeOSUser(
// This opens a software DB in the given folder. In production code that is in
// the home folder, but for testing the temp folder is used.
constructed_successfully_ =
- InitializeNSSForChromeOSUser(username_hash, temp_dir_.path());
+ InitializeNSSForChromeOSUser(username_hash, temp_dir_.GetPath());
}
ScopedTestNSSChromeOSUser::~ScopedTestNSSChromeOSUser() {
« no previous file with comments | « chromecast/crash/linux/synchronized_minidump_manager_unittest.cc ('k') | crypto/scoped_test_nss_db.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698