#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include "components/leveldb_proto/public/shared_proto_database_client_list.h"
#include <stddef.h>
#include <string>
#include "base/metrics/field_trial_params.h"
#include "base/notreached.h"
#include "components/leveldb_proto/internal/leveldb_proto_feature_list.h"
namespace leveldb_proto {
std::string SharedProtoDatabaseClientList::ProtoDbTypeToString(
ProtoDbType db_type) { … }
bool SharedProtoDatabaseClientList::ShouldUseSharedDB(ProtoDbType db_type) { … }
}