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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/state_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: chrome/browser/safe_browsing/incident_reporting/state_store_unittest.cc
diff --git a/chrome/browser/safe_browsing/incident_reporting/state_store_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/state_store_unittest.cc
index 373bb80b8a7b33eab51da20335026310674f715e..0018fa3baff5442656aedc1bc7e329cba1d57041 100644
--- a/chrome/browser/safe_browsing/incident_reporting/state_store_unittest.cc
+++ b/chrome/browser/safe_browsing/incident_reporting/state_store_unittest.cc
@@ -124,7 +124,7 @@ class StateStoreTest : public PlatformStateStoreTestBase {
private:
base::FilePath GetPrefsPath() {
- return temp_dir_.path().AppendASCII("prefs");
+ return temp_dir_.GetPath().AppendASCII("prefs");
}
extensions::QuotaService::ScopedDisablePurgeForTesting

Powered by Google App Engine
This is Rietveld 408576698