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

Unified Diff: components/safe_browsing_db/v4_store_unittest.cc

Issue 2321453002: c/browser, c/common, components S-W: 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/safe_browsing_db/v4_store_unittest.cc
diff --git a/components/safe_browsing_db/v4_store_unittest.cc b/components/safe_browsing_db/v4_store_unittest.cc
index 854a26f2420004d9e2d78478750be7dcab26e2b1..922048022e0cd895f3b7ea19daf2d4778ce1b9ff 100644
--- a/components/safe_browsing_db/v4_store_unittest.cc
+++ b/components/safe_browsing_db/v4_store_unittest.cc
@@ -29,7 +29,7 @@ class V4StoreTest : public PlatformTest {
PlatformTest::SetUp();
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
- store_path_ = temp_dir_.path().AppendASCII("V4StoreTest.store");
+ store_path_ = temp_dir_.GetPath().AppendASCII("V4StoreTest.store");
DVLOG(1) << "store_path_: " << store_path_.value();
}
« no previous file with comments | « components/safe_browsing_db/v4_local_database_manager_unittest.cc ('k') | components/search_engines/keyword_table_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698