| 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
|
|
|