chromium/components/webid/federated_identity_data_model.h

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_WEBID_FEDERATED_IDENTITY_DATA_MODEL_H_
#define COMPONENTS_WEBID_FEDERATED_IDENTITY_DATA_MODEL_H_

#include <set>

#include "base/functional/callback_forward.h"
#include "url/origin.h"

namespace webid {

class FederatedIdentityDataModel {};

}  // namespace webid

#endif  // COMPONENTS_WEBID_FEDERATED_IDENTITY_DATA_MODEL_H_