#ifndef COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_PERSISTENT_AVAILABILITY_STORE_H_
#define COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_PERSISTENT_AVAILABILITY_STORE_H_
#include <stdint.h>
#include <map>
#include <memory>
#include "base/functional/callback_forward.h"
#include "components/feature_engagement/internal/proto/availability.pb.h"
#include "components/feature_engagement/public/feature_list.h"
#include "components/leveldb_proto/public/proto_database.h"
namespace base {
class FilePath;
}
namespace feature_engagement {
class PersistentAvailabilityStore { … };
}
#endif