chromium/content/services/auction_worklet/public/cpp/real_time_reporting.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 CONTENT_SERVICES_AUCTION_WORKLET_PUBLIC_CPP_REAL_TIME_REPORTING_H_
#define CONTENT_SERVICES_AUCTION_WORKLET_PUBLIC_CPP_REAL_TIME_REPORTING_H_

namespace auction_worklet {

enum RealTimeReportingPlatformError {};

}  // namespace auction_worklet

#endif  // CONTENT_SERVICES_AUCTION_WORKLET_PUBLIC_CPP_REAL_TIME_REPORTING_H_