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

Unified Diff: components/safe_browsing_db/prefix_set_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
« no previous file with comments | « chrome/common/service_process_util_unittest.cc ('k') | components/safe_browsing_db/v4_database_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing_db/prefix_set_unittest.cc
diff --git a/components/safe_browsing_db/prefix_set_unittest.cc b/components/safe_browsing_db/prefix_set_unittest.cc
index 47e6934e0f161070f084d66c3600bee775e7de8b..72eb410593b4a0ff474a4e8fc194984ce8ee0660 100644
--- a/components/safe_browsing_db/prefix_set_unittest.cc
+++ b/components/safe_browsing_db/prefix_set_unittest.cc
@@ -110,7 +110,7 @@ class PrefixSetTest : public PlatformTest {
if (!temp_dir_.IsValid() && !temp_dir_.CreateUniqueTempDir())
return false;
- base::FilePath filename = temp_dir_.path().AppendASCII("PrefixSetTest");
+ base::FilePath filename = temp_dir_.GetPath().AppendASCII("PrefixSetTest");
PrefixSetBuilder builder(shared_prefixes_);
if (!builder.GetPrefixSetNoHashes()->WriteFile(filename))
« no previous file with comments | « chrome/common/service_process_util_unittest.cc ('k') | components/safe_browsing_db/v4_database_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698