chromium/content/browser/attribution_reporting/send_result.cc

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

#include "content/browser/attribution_reporting/send_result.h"

#include "base/functional/overloaded.h"
#include "third_party/abseil-cpp/absl/types/variant.h"

namespace content {

SendResult::Status SendResult::status() const {}

}  // namespace content