// 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_ |