| 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 e891904def114338eacb7d2da283d3e51c497d4b..373bb80b8a7b33eab51da20335026310674f715e 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/state_store_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/state_store_unittest.cc
|
| @@ -25,6 +25,7 @@
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| #include "components/syncable_prefs/pref_service_syncable.h"
|
| #include "components/syncable_prefs/pref_service_syncable_factory.h"
|
| +#include "extensions/browser/quota_service.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| #if defined(OS_WIN)
|
| @@ -126,6 +127,8 @@ class StateStoreTest : public PlatformStateStoreTestBase {
|
| return temp_dir_.path().AppendASCII("prefs");
|
| }
|
|
|
| + extensions::QuotaService::ScopedDisablePurgeForTesting
|
| + disable_purge_for_testing_;
|
| base::ScopedTempDir temp_dir_;
|
| base::ThreadTaskRunnerHandle thread_task_runner_handle_;
|
| TestingProfileManager profile_manager_;
|
|
|