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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_database_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: chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
index 9a5399c1cf121af45d95f73196515df495b04544..31168452cfb31436e51ab2a77745223911145e36 100644
--- a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
@@ -255,7 +255,7 @@ class SafeBrowsingDatabaseTest : public PlatformTest {
// Setup a database in a temporary directory.
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
database_filename_ =
- temp_dir_.path().AppendASCII("SafeBrowsingTestDatabase");
+ temp_dir_.GetPath().AppendASCII("SafeBrowsingTestDatabase");
ResetAndReloadFullDatabase();
}

Powered by Google App Engine
This is Rietveld 408576698