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

Unified Diff: content/browser/dom_storage/session_storage_database_unittest.cc

Issue 2316043002: //content: 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: content/browser/dom_storage/session_storage_database_unittest.cc
diff --git a/content/browser/dom_storage/session_storage_database_unittest.cc b/content/browser/dom_storage/session_storage_database_unittest.cc
index bc6a5fdd812898a9194fed9a76e3b8140c1fe763..21c23bb7a400f1d9c0b601ce68d1b4726d048a5c 100644
--- a/content/browser/dom_storage/session_storage_database_unittest.cc
+++ b/content/browser/dom_storage/session_storage_database_unittest.cc
@@ -106,7 +106,7 @@ void SessionStorageDatabaseTest::SetUp() {
}
void SessionStorageDatabaseTest::ResetDatabase() {
- db_ = new SessionStorageDatabase(temp_dir_.path());
+ db_ = new SessionStorageDatabase(temp_dir_.GetPath());
ASSERT_TRUE(db_->LazyOpen(true));
}
« no previous file with comments | « content/browser/dom_storage/dom_storage_database_unittest.cc ('k') | content/browser/download/base_file_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698