#ifndef NET_EXTRAS_SQLITE_SQLITE_PERSISTENT_REPORTING_AND_NEL_STORE_H_
#define NET_EXTRAS_SQLITE_SQLITE_PERSISTENT_REPORTING_AND_NEL_STORE_H_
#include <vector>
#include "base/component_export.h"
#include "base/memory/scoped_refptr.h"
#include "base/memory/weak_ptr.h"
#include "base/task/task_traits.h"
#include "net/network_error_logging/network_error_logging_service.h"
#include "net/network_error_logging/persistent_reporting_and_nel_store.h"
#include "net/reporting/reporting_cache.h"
namespace base {
class FilePath;
class SequencedTaskRunner;
}
namespace net {
base::TaskPriority COMPONENT_EXPORT(NET_EXTRAS)
GetReportingAndNelStoreBackgroundSequencePriority();
class COMPONENT_EXPORT(NET_EXTRAS) SQLitePersistentReportingAndNelStore
: public PersistentReportingAndNelStore { … };
}
#endif