blob: 12b4acca9be28159db266327608f0f9d49e1e486 [file] [log] [blame]
// 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_ATTRIBUTION_REPORTING_REGISTRAR_H_
#define COMPONENTS_ATTRIBUTION_REPORTING_REGISTRAR_H_
namespace attribution_reporting {
enum class Registrar {
kWeb,
kOs,
};
} // namespace attribution_reporting
#endif // COMPONENTS_ATTRIBUTION_REPORTING_REGISTRAR_H_